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

Unified Diff: chrome/browser/supervised_user/supervised_user_service.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/supervised_user/supervised_user_service.h
diff --git a/chrome/browser/supervised_user/supervised_user_service.h b/chrome/browser/supervised_user/supervised_user_service.h
index 248776714b590a6ed606c4a838b0cc6dbfb1bcb6..0c37600e9b70cabd3bfb187688ab970a1449bbc9 100644
--- a/chrome/browser/supervised_user/supervised_user_service.h
+++ b/chrome/browser/supervised_user/supervised_user_service.h
@@ -61,7 +61,7 @@ namespace extensions {
class ExtensionRegistry;
}
-namespace syncer {
+namespace sync_driver {
class SyncSetupInProgressHandle;
}
@@ -77,9 +77,9 @@ class SupervisedUserService : public KeyedService,
public extensions::ExtensionRegistryObserver,
public extensions::ManagementPolicy::Provider,
#endif
- public syncer::SyncTypePreferenceProvider,
+ public SyncTypePreferenceProvider,
#if !defined(OS_ANDROID)
- public syncer::SyncServiceObserver,
+ public sync_driver::SyncServiceObserver,
public chrome::BrowserListObserver,
#endif
public SupervisedUserURLFilter::Observer {
@@ -213,7 +213,7 @@ class SupervisedUserService : public KeyedService,
syncer::ModelTypeSet GetPreferredDataTypes() const override;
#if !defined(OS_ANDROID)
- // syncer::SyncServiceObserver implementation:
+ // sync_driver::SyncServiceObserver implementation:
void OnStateChanged() override;
// chrome::BrowserListObserver implementation:
@@ -471,7 +471,7 @@ class SupervisedUserService : public KeyedService,
base::ObserverList<SupervisedUserServiceObserver> observer_list_;
// Prevents Sync from running until configuration is complete.
- std::unique_ptr<syncer::SyncSetupInProgressHandle> sync_blocker_;
+ std::unique_ptr<sync_driver::SyncSetupInProgressHandle> sync_blocker_;
base::WeakPtrFactory<SupervisedUserService> weak_ptr_factory_;
};
« no previous file with comments | « chrome/browser/profiles/profile_io_data.cc ('k') | chrome/browser/supervised_user/supervised_user_sync_data_type_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698