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 b9caa6bb1b3f004b2ebbbc41efbd0fac7092a209..acffd29c7ffa487f12d1b819e0c873e36fa6699c 100644 |
--- a/chrome/browser/sync/sync_startup_tracker.h |
+++ b/chrome/browser/sync/sync_startup_tracker.h |
@@ -46,7 +46,7 @@ class SyncStartupTracker : public ProfileSyncServiceObserver { |
static SyncServiceState GetSyncServiceState(Profile* profile); |
// ProfileSyncServiceObserver implementation. |
- virtual void OnStateChanged() OVERRIDE; |
+ virtual void OnStateChanged() override; |
private: |
// Checks the current service state and notifies |observer_| if the state |