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 263e2ef239738139e4e03cd1ce74b79008c8a9c2..4a52ccefa014fc155441f4076cf56c3d836beaac 100644 |
--- a/chrome/browser/ui/ash/app_sync_ui_state.h |
+++ b/chrome/browser/ui/ash/app_sync_ui_state.h |
@@ -46,7 +46,7 @@ class AppSyncUIState : public KeyedService, |
static bool ShouldObserveAppSyncForProfile(Profile* profile); |
explicit AppSyncUIState(Profile* profile); |
- virtual ~AppSyncUIState(); |
+ ~AppSyncUIState() override; |
void AddObserver(AppSyncUIStateObserver* observer); |
void RemoveObserver(AppSyncUIStateObserver* observer); |
@@ -68,12 +68,11 @@ class AppSyncUIState : public KeyedService, |
void OnMaxSyncingTimer(); |
// ProfileSyncServiceObserver overrides: |
- virtual void OnStateChanged() override; |
+ void OnStateChanged() override; |
// extensions::ExtensionRegistryObserver overrides: |
- virtual void OnExtensionLoaded( |
- content::BrowserContext* browser_context, |
- const extensions::Extension* extension) override; |
+ void OnExtensionLoaded(content::BrowserContext* browser_context, |
+ const extensions::Extension* extension) override; |
Profile* profile_; |
ProfileSyncService* sync_service_; |