| Index: chrome/browser/ui/ash/app_sync_ui_state.h
|
| diff --git a/chrome/browser/ui/ash/app_sync_ui_state.h b/chrome/browser/ui/ash/app_sync_ui_state.h
|
| index 7794b283c35b1f31df068401788813fcfc39acb5..263e2ef239738139e4e03cd1ce74b79008c8a9c2 100644
|
| --- a/chrome/browser/ui/ash/app_sync_ui_state.h
|
| +++ b/chrome/browser/ui/ash/app_sync_ui_state.h
|
| @@ -68,12 +68,12 @@ class AppSyncUIState : public KeyedService,
|
| void OnMaxSyncingTimer();
|
|
|
| // ProfileSyncServiceObserver overrides:
|
| - virtual void OnStateChanged() OVERRIDE;
|
| + virtual void OnStateChanged() override;
|
|
|
| // extensions::ExtensionRegistryObserver overrides:
|
| virtual void OnExtensionLoaded(
|
| content::BrowserContext* browser_context,
|
| - const extensions::Extension* extension) OVERRIDE;
|
| + const extensions::Extension* extension) override;
|
|
|
| Profile* profile_;
|
| ProfileSyncService* sync_service_;
|
|
|