diff options
Diffstat (limited to 'chrome/browser/sync/sync_startup_tracker.h')
-rw-r--r-- | chrome/browser/sync/sync_startup_tracker.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/sync/sync_startup_tracker.h b/chrome/browser/sync/sync_startup_tracker.h index acffd29..acac4a0 100644 --- a/chrome/browser/sync/sync_startup_tracker.h +++ b/chrome/browser/sync/sync_startup_tracker.h @@ -29,7 +29,7 @@ class SyncStartupTracker : public ProfileSyncServiceObserver { }; SyncStartupTracker(Profile* profile, Observer* observer); - virtual ~SyncStartupTracker(); + ~SyncStartupTracker() override; enum SyncServiceState { // Sync backend is still starting up. @@ -46,7 +46,7 @@ class SyncStartupTracker : public ProfileSyncServiceObserver { static SyncServiceState GetSyncServiceState(Profile* profile); // ProfileSyncServiceObserver implementation. - virtual void OnStateChanged() override; + void OnStateChanged() override; private: // Checks the current service state and notifies |observer_| if the state |