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

Unified Diff: chrome/browser/ui/app_list/app_list_service_views.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/app_list/app_list_service_views.h
diff --git a/chrome/browser/ui/app_list/app_list_service_views.h b/chrome/browser/ui/app_list/app_list_service_views.h
index 14fc0cf1383761902991a9bc51fe934cfb8dd6cb..aeecd8eeeaf8d864926c963436468c6d7a832615 100644
--- a/chrome/browser/ui/app_list/app_list_service_views.h
+++ b/chrome/browser/ui/app_list/app_list_service_views.h
@@ -31,20 +31,20 @@ class AppListServiceViews : public AppListServiceImpl,
virtual void OnViewBeingDestroyed();
// AppListService overrides:
- virtual void Init(Profile* initial_profile) OVERRIDE;
- virtual void CreateForProfile(Profile* requested_profile) OVERRIDE;
- virtual void ShowForProfile(Profile* requested_profile) OVERRIDE;
- virtual void DismissAppList() OVERRIDE;
- virtual bool IsAppListVisible() const OVERRIDE;
- virtual gfx::NativeWindow GetAppListWindow() OVERRIDE;
- virtual Profile* GetCurrentAppListProfile() OVERRIDE;
- virtual AppListControllerDelegate* GetControllerDelegate() OVERRIDE;
+ virtual void Init(Profile* initial_profile) override;
+ virtual void CreateForProfile(Profile* requested_profile) override;
+ virtual void ShowForProfile(Profile* requested_profile) override;
+ virtual void DismissAppList() override;
+ virtual bool IsAppListVisible() const override;
+ virtual gfx::NativeWindow GetAppListWindow() override;
+ virtual Profile* GetCurrentAppListProfile() override;
+ virtual AppListControllerDelegate* GetControllerDelegate() override;
// AppListServiceImpl overrides:
- virtual void DestroyAppList() OVERRIDE;
+ virtual void DestroyAppList() override;
// AppListShowerDelegate overrides:
- virtual AppListViewDelegate* GetViewDelegateForCreate() OVERRIDE;
+ virtual AppListViewDelegate* GetViewDelegateForCreate() override;
private:
// Responsible for creating the app list and responding to profile changes.
« no previous file with comments | « chrome/browser/ui/app_list/app_list_service_unittest.cc ('k') | chrome/browser/ui/app_list/app_list_shower_views_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698