Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6593)

Unified Diff: chrome/browser/ui/webui/settings/settings_clear_browsing_data_handler.h

Issue 2388673002: Revert of [Sync] Move //components/sync to the syncer namespace. (patchset #5 id:40001 of https://co (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/webui/settings/settings_clear_browsing_data_handler.h
diff --git a/chrome/browser/ui/webui/settings/settings_clear_browsing_data_handler.h b/chrome/browser/ui/webui/settings/settings_clear_browsing_data_handler.h
index 7672c068195e4c32542f49833cab1813a047a1e6..dcde8aa0dd6ac25fe4288be26e404fea0b33107d 100644
--- a/chrome/browser/ui/webui/settings/settings_clear_browsing_data_handler.h
+++ b/chrome/browser/ui/webui/settings/settings_clear_browsing_data_handler.h
@@ -30,7 +30,7 @@ namespace settings {
// Chrome browser startup settings handler.
class ClearBrowsingDataHandler : public SettingsPageUIHandler,
- public syncer::SyncServiceObserver {
+ public sync_driver::SyncServiceObserver {
public:
explicit ClearBrowsingDataHandler(content::WebUI* webui);
~ClearBrowsingDataHandler() override;
@@ -93,7 +93,8 @@ class ClearBrowsingDataHandler : public SettingsPageUIHandler,
// ProfileSyncService to observe sync state changes.
browser_sync::ProfileSyncService* sync_service_;
- ScopedObserver<browser_sync::ProfileSyncService, syncer::SyncServiceObserver>
+ ScopedObserver<browser_sync::ProfileSyncService,
+ sync_driver::SyncServiceObserver>
sync_service_observer_;
// Used to listen for pref changes to allow / disallow deleting browsing data.
« no previous file with comments | « chrome/browser/ui/webui/settings/people_handler_unittest.cc ('k') | chrome/browser/ui/webui/sync_internals_message_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698