Chromium Code Reviews

Unified Diff: chrome/browser/ui/ash/app_sync_ui_state.h

Issue 627043002: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[a-s]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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_;
« no previous file with comments | « chrome/browser/ui/ash/app_list/app_sync_ui_state_watcher.h ('k') | chrome/browser/ui/ash/app_sync_ui_state_factory.h » ('j') | no next file with comments »

Powered by Google App Engine