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

Unified Diff: ash/first_run/first_run_helper_impl.h

Issue 621133002: replace OVERRIDE and FINAL with override and final in ash/ (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
« no previous file with comments | « ash/first_run/desktop_cleaner.cc ('k') | ash/first_run/first_run_helper_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/first_run/first_run_helper_impl.h
diff --git a/ash/first_run/first_run_helper_impl.h b/ash/first_run/first_run_helper_impl.h
index 399376785497854e2198dd44382147546370b4d8..fbee996a1384c4f06f7cc31b56d3bfc626f44750 100644
--- a/ash/first_run/first_run_helper_impl.h
+++ b/ash/first_run/first_run_helper_impl.h
@@ -21,22 +21,22 @@ class FirstRunHelperImpl : public FirstRunHelper,
virtual ~FirstRunHelperImpl();
// Overriden from FirstRunHelper.
- virtual views::Widget* GetOverlayWidget() OVERRIDE;
- virtual void OpenAppList() OVERRIDE;
- virtual void CloseAppList() OVERRIDE;
- virtual gfx::Rect GetLauncherBounds() OVERRIDE;
- virtual gfx::Rect GetAppListButtonBounds() OVERRIDE;
- virtual gfx::Rect GetAppListBounds() OVERRIDE;
- virtual void OpenTrayBubble() OVERRIDE;
- virtual void CloseTrayBubble() OVERRIDE;
- virtual bool IsTrayBubbleOpened() OVERRIDE;
- virtual gfx::Rect GetTrayBubbleBounds() OVERRIDE;
- virtual gfx::Rect GetHelpButtonBounds() OVERRIDE;
+ virtual views::Widget* GetOverlayWidget() override;
+ virtual void OpenAppList() override;
+ virtual void CloseAppList() override;
+ virtual gfx::Rect GetLauncherBounds() override;
+ virtual gfx::Rect GetAppListButtonBounds() override;
+ virtual gfx::Rect GetAppListBounds() override;
+ virtual void OpenTrayBubble() override;
+ virtual void CloseTrayBubble() override;
+ virtual bool IsTrayBubbleOpened() override;
+ virtual gfx::Rect GetTrayBubbleBounds() override;
+ virtual gfx::Rect GetHelpButtonBounds() override;
// Overriden from OverlayEventFilter::Delegate.
- virtual void Cancel() OVERRIDE;
- virtual bool IsCancelingKeyEvent(ui::KeyEvent* event) OVERRIDE;
- virtual aura::Window* GetWindow() OVERRIDE;
+ virtual void Cancel() override;
+ virtual bool IsCancelingKeyEvent(ui::KeyEvent* event) override;
+ virtual aura::Window* GetWindow() override;
private:
views::Widget* widget_;
« no previous file with comments | « ash/first_run/desktop_cleaner.cc ('k') | ash/first_run/first_run_helper_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698