| 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..a513a2b48ac40eaf247aa0bf90982589f683e490 100644
|
| --- a/chrome/browser/chromeos/login/signin/auth_sync_observer.h
|
| +++ b/chrome/browser/chromeos/login/signin/auth_sync_observer.h
|
| @@ -33,7 +33,7 @@ class AuthSyncObserver : public KeyedService,
|
| void Shutdown() override;
|
|
|
| // syncer::SyncServiceObserver implementation.
|
| - void OnStateChanged() override;
|
| + void OnStateChanged(syncer::SyncService* sync) override;
|
|
|
| // Called on attempt to restore supervised user token.
|
| void OnSupervisedTokenLoaded(const std::string& token);
|
|
|