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

Unified Diff: athena/util/drag_handle.cc

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/test/chrome/athena_browsertest.h ('k') | athena/util/drag_handle_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/util/drag_handle.cc
diff --git a/athena/util/drag_handle.cc b/athena/util/drag_handle.cc
index 851500713c9cee87bef5fe7c6bbbbc9d85992456..516565598b2547b6905fc09477a769872eaae033 100644
--- a/athena/util/drag_handle.cc
+++ b/athena/util/drag_handle.cc
@@ -28,8 +28,8 @@ class DragHandleView : public views::View {
void SetIsScrolling(bool scrolling);
// views::View:
- virtual gfx::Size GetPreferredSize() const OVERRIDE;
- virtual void OnGestureEvent(ui::GestureEvent* event) OVERRIDE;
+ virtual gfx::Size GetPreferredSize() const override;
+ virtual void OnGestureEvent(ui::GestureEvent* event) override;
bool scroll_in_progress_;
DragHandleScrollDelegate* delegate_;
« no previous file with comments | « athena/test/chrome/athena_browsertest.h ('k') | athena/util/drag_handle_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698