Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(68)

Unified Diff: chrome/browser/ui/ash/app_list/app_list_service_ash.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/ash/app_list/app_list_service_ash.h
diff --git a/chrome/browser/ui/ash/app_list/app_list_service_ash.h b/chrome/browser/ui/ash/app_list/app_list_service_ash.h
index 42ab2089d1bd95a4f8ca7f54c7a1c9d1b4b63429..bd115f3ea64a7efcb7d0206aa0e4ee443b521fdf 100644
--- a/chrome/browser/ui/ash/app_list/app_list_service_ash.h
+++ b/chrome/browser/ui/ash/app_list/app_list_service_ash.h
@@ -25,19 +25,19 @@ class AppListServiceAsh : public AppListServiceImpl {
// AppListService overrides:
virtual base::FilePath GetProfilePath(
- const base::FilePath& user_data_dir) OVERRIDE;
- virtual void CreateForProfile(Profile* default_profile) OVERRIDE;
- virtual void ShowForProfile(Profile* default_profile) OVERRIDE;
- virtual bool IsAppListVisible() const OVERRIDE;
- virtual void DismissAppList() OVERRIDE;
+ const base::FilePath& user_data_dir) override;
+ virtual void CreateForProfile(Profile* default_profile) override;
+ virtual void ShowForProfile(Profile* default_profile) override;
+ virtual bool IsAppListVisible() const override;
+ virtual void DismissAppList() override;
virtual void EnableAppList(Profile* initial_profile,
- AppListEnableSource enable_source) OVERRIDE;
- virtual gfx::NativeWindow GetAppListWindow() OVERRIDE;
- virtual Profile* GetCurrentAppListProfile() OVERRIDE;
- virtual AppListControllerDelegate* GetControllerDelegate() OVERRIDE;
+ AppListEnableSource enable_source) override;
+ virtual gfx::NativeWindow GetAppListWindow() override;
+ virtual Profile* GetCurrentAppListProfile() override;
+ virtual AppListControllerDelegate* GetControllerDelegate() override;
// ApplistServiceImpl overrides:
- virtual void DestroyAppList() OVERRIDE;
+ virtual void DestroyAppList() override;
scoped_ptr<AppListControllerDelegateAsh> controller_delegate_;
« no previous file with comments | « chrome/browser/ui/ash/app_list/app_list_controller_ash.h ('k') | chrome/browser/ui/ash/app_list/app_sync_ui_state_watcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698