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

Unified Diff: athena/wm/title_drag_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/split_view_controller_unittest.cc ('k') | athena/wm/window_list_provider_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/wm/title_drag_controller.h
diff --git a/athena/wm/title_drag_controller.h b/athena/wm/title_drag_controller.h
index 1b4b2e58defa9b6fe78f6bf66d73f999d36f313f..50557dd440523af101ec4858883471748183ccec 100644
--- a/athena/wm/title_drag_controller.h
+++ b/athena/wm/title_drag_controller.h
@@ -48,7 +48,7 @@ class TitleDragController : public ui::EventHandler {
void OnTransitionEnd(aura::Window* window, bool complete);
// ui::EventHandler:
- virtual void OnGestureEvent(ui::GestureEvent* gesture) OVERRIDE;
+ virtual void OnGestureEvent(ui::GestureEvent* gesture) override;
aura::Window* container_;
TitleDragControllerDelegate* delegate_;
« no previous file with comments | « athena/wm/split_view_controller_unittest.cc ('k') | athena/wm/window_list_provider_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698