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

Unified Diff: athena/wm/split_view_controller.h

Issue 623103002: replace OVERRIDE and FINAL with override and final in athena/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master 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 | « athena/wm/overview_toolbar.cc ('k') | athena/wm/split_view_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/wm/split_view_controller.h
diff --git a/athena/wm/split_view_controller.h b/athena/wm/split_view_controller.h
index f556b552e8c88ec3936fc886b009123cefdc6e21..7edc85341e6d93bc7121d234bcd68980fa85e499 100644
--- a/athena/wm/split_view_controller.h
+++ b/athena/wm/split_view_controller.h
@@ -109,21 +109,21 @@ class ATHENA_EXPORT SplitViewController
// BezelController::ScrollDelegate:
virtual void BezelScrollBegin(BezelController::Bezel bezel,
- float delta) OVERRIDE;
- virtual void BezelScrollEnd() OVERRIDE;
- virtual void BezelScrollUpdate(float delta) OVERRIDE;
- virtual bool BezelCanScroll() OVERRIDE;
+ float delta) override;
+ virtual void BezelScrollEnd() override;
+ virtual void BezelScrollUpdate(float delta) override;
+ virtual bool BezelCanScroll() override;
// DragHandleScrollDelegate:
- virtual void HandleScrollBegin(float delta) OVERRIDE;
- virtual void HandleScrollEnd() OVERRIDE;
- virtual void HandleScrollUpdate(float delta) OVERRIDE;
+ virtual void HandleScrollBegin(float delta) override;
+ virtual void HandleScrollEnd() override;
+ virtual void HandleScrollUpdate(float delta) override;
// WindowManagerObserver:
- virtual void OnOverviewModeEnter() OVERRIDE;
- virtual void OnOverviewModeExit() OVERRIDE;
- virtual void OnSplitViewModeEnter() OVERRIDE;
- virtual void OnSplitViewModeExit() OVERRIDE;
+ virtual void OnOverviewModeEnter() override;
+ virtual void OnOverviewModeExit() override;
+ virtual void OnSplitViewModeEnter() override;
+ virtual void OnSplitViewModeExit() override;
State state_;
« no previous file with comments | « athena/wm/overview_toolbar.cc ('k') | athena/wm/split_view_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698