Index: ash/rotator/screen_rotation.h |
diff --git a/ash/rotator/screen_rotation.h b/ash/rotator/screen_rotation.h |
index 66caaf6b0fdce3ca29a9ac5e848bcb06784c40da..500f6c367cb61b5b7d1067375abcdfdc342fc2f1 100644 |
--- a/ash/rotator/screen_rotation.h |
+++ b/ash/rotator/screen_rotation.h |
@@ -39,11 +39,11 @@ class ASH_EXPORT ScreenRotation : public ui::LayerAnimationElement { |
void InitTransform(ui::Layer* layer); |
// Implementation of ui::LayerAnimationDelegate |
- virtual void OnStart(ui::LayerAnimationDelegate* delegate) OVERRIDE; |
+ virtual void OnStart(ui::LayerAnimationDelegate* delegate) override; |
virtual bool OnProgress(double t, |
- ui::LayerAnimationDelegate* delegate) OVERRIDE; |
- virtual void OnGetTarget(TargetValue* target) const OVERRIDE; |
- virtual void OnAbort(ui::LayerAnimationDelegate* delegate) OVERRIDE; |
+ ui::LayerAnimationDelegate* delegate) override; |
+ virtual void OnGetTarget(TargetValue* target) const override; |
+ virtual void OnAbort(ui::LayerAnimationDelegate* delegate) override; |
scoped_ptr<ui::InterpolatedTransform> interpolated_transform_; |