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_; |