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

Unified Diff: chrome/browser/chromeos/login/signin/auth_sync_observer.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/chromeos/login/signin/auth_sync_observer.h
diff --git a/chrome/browser/chromeos/login/signin/auth_sync_observer.h b/chrome/browser/chromeos/login/signin/auth_sync_observer.h
index e0f106e6fae29a890c2eae4fc2c9f37d67b485f3..9690f1f0fd6e36a0ffcf0841041b449c39e57b69 100644
--- a/chrome/browser/chromeos/login/signin/auth_sync_observer.h
+++ b/chrome/browser/chromeos/login/signin/auth_sync_observer.h
@@ -19,7 +19,7 @@ namespace chromeos {
// This class is responsible for detecting authentication problems reported
// by sync service and
class AuthSyncObserver : public KeyedService,
- public syncer::SyncServiceObserver {
+ public sync_driver::SyncServiceObserver {
public:
explicit AuthSyncObserver(Profile* user_profile);
~AuthSyncObserver() override;
@@ -32,7 +32,7 @@ class AuthSyncObserver : public KeyedService,
// KeyedService implementation.
void Shutdown() override;
- // syncer::SyncServiceObserver implementation.
+ // sync_driver::SyncServiceObserver implementation.
void OnStateChanged() override;
// Called on attempt to restore supervised user token.

Powered by Google App Engine
This is Rietveld 408576698