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

Unified Diff: chrome/browser/ui/views/app_list/win/app_list_controller_delegate_win.h

Issue 628773002: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[t-v]* (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/views/app_list/win/app_list_controller_delegate_win.h
diff --git a/chrome/browser/ui/views/app_list/win/app_list_controller_delegate_win.h b/chrome/browser/ui/views/app_list/win/app_list_controller_delegate_win.h
index 34d42e93fa82380df7618119b78b75b3b9c9b533..7bc7834baf4a05eb8d4858086b22ee983e60473a 100644
--- a/chrome/browser/ui/views/app_list/win/app_list_controller_delegate_win.h
+++ b/chrome/browser/ui/views/app_list/win/app_list_controller_delegate_win.h
@@ -14,12 +14,12 @@ class AppListControllerDelegateWin : public AppListControllerDelegateViews {
virtual ~AppListControllerDelegateWin();
// AppListControllerDelegate overrides:
- virtual bool ForceNativeDesktop() const OVERRIDE;
- virtual gfx::ImageSkia GetWindowIcon() OVERRIDE;
+ virtual bool ForceNativeDesktop() const override;
+ virtual gfx::ImageSkia GetWindowIcon() override;
private:
// AppListcontrollerDelegateImpl:
- virtual void FillLaunchParams(AppLaunchParams* params) OVERRIDE;
+ virtual void FillLaunchParams(AppLaunchParams* params) override;
DISALLOW_COPY_AND_ASSIGN(AppListControllerDelegateWin);
};

Powered by Google App Engine
This is Rietveld 408576698