blob: ee5f7f379032c8b68e672798e0de70e181275a3e [file] [log] [blame]
// Copyright 2021 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_COMPONENT_UPDATER_DESKTOP_SHARING_HUB_COMPONENT_REMOVER_H_
#define CHROME_BROWSER_COMPONENT_UPDATER_DESKTOP_SHARING_HUB_COMPONENT_REMOVER_H_
namespace base {
class FilePath;
} // namespace base
namespace component_updater {
void DeleteDesktopSharingHub(const base::FilePath& user_data_dir);
} // namespace component_updater
#endif // CHROME_BROWSER_COMPONENT_UPDATER_DESKTOP_SHARING_HUB_COMPONENT_REMOVER_H_