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

Unified Diff: chrome/browser/ui/ash/app_sync_ui_state.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/ash/app_sync_ui_state.h
diff --git a/chrome/browser/ui/ash/app_sync_ui_state.h b/chrome/browser/ui/ash/app_sync_ui_state.h
index ea29c73094e67030603dda71a5971bcad15de643..531c006fbdb41107788cf846a7babadce94684fa 100644
--- a/chrome/browser/ui/ash/app_sync_ui_state.h
+++ b/chrome/browser/ui/ash/app_sync_ui_state.h
@@ -31,7 +31,7 @@ class ExtensionRegistry;
// normal user profile (i.e. it does not watch for guest profile or exsiting
// user profile) and lasts for at the most 1 minute.
class AppSyncUIState : public KeyedService,
- public syncer::SyncServiceObserver,
+ public sync_driver::SyncServiceObserver,
public extensions::ExtensionRegistryObserver {
public:
enum Status {
@@ -70,7 +70,7 @@ class AppSyncUIState : public KeyedService,
// Invoked when |max_syncing_status_timer_| fires.
void OnMaxSyncingTimer();
- // syncer::SyncServiceObserver overrides:
+ // sync_driver::SyncServiceObserver overrides:
void OnStateChanged() override;
// extensions::ExtensionRegistryObserver overrides:

Powered by Google App Engine
This is Rietveld 408576698