Index: chrome/browser/sync/sync_startup_tracker.h |
diff --git a/chrome/browser/sync/sync_startup_tracker.h b/chrome/browser/sync/sync_startup_tracker.h |
index acffd29c7ffa487f12d1b819e0c873e36fa6699c..acac4a0b31634600cf9471e54156e55a52741e9c 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 |