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 9690f1f0fd6e36a0ffcf0841041b449c39e57b69..e0f106e6fae29a890c2eae4fc2c9f37d67b485f3 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 sync_driver::SyncServiceObserver { |
+ public syncer::SyncServiceObserver { |
public: |
explicit AuthSyncObserver(Profile* user_profile); |
~AuthSyncObserver() override; |
@@ -32,7 +32,7 @@ class AuthSyncObserver : public KeyedService, |
// KeyedService implementation. |
void Shutdown() override; |
- // sync_driver::SyncServiceObserver implementation. |
+ // syncer::SyncServiceObserver implementation. |
void OnStateChanged() override; |
// Called on attempt to restore supervised user token. |