Index: ash/wm/gestures/long_press_affordance_handler.h |
diff --git a/ash/wm/gestures/long_press_affordance_handler.h b/ash/wm/gestures/long_press_affordance_handler.h |
index 38265889ab581345aa7f3d6b07988fb862c6bbd8..01a9c09c758ada954138642b9e39fc711b04861e 100644 |
--- a/ash/wm/gestures/long_press_affordance_handler.h |
+++ b/ash/wm/gestures/long_press_affordance_handler.h |
@@ -52,11 +52,11 @@ class LongPressAffordanceHandler : public gfx::LinearAnimation, |
void SetTapDownTarget(aura::Window* target); |
// Overridden from gfx::LinearAnimation. |
- virtual void AnimateToState(double state) OVERRIDE; |
- virtual void AnimationStopped() OVERRIDE; |
+ virtual void AnimateToState(double state) override; |
+ virtual void AnimationStopped() override; |
// Overridden from aura::WindowObserver. |
- virtual void OnWindowDestroying(aura::Window* window) OVERRIDE; |
+ virtual void OnWindowDestroying(aura::Window* window) override; |
scoped_ptr<LongPressAffordanceView> view_; |
gfx::Point tap_down_location_; |