Index: ash/shelf/background_animator.h |
diff --git a/ash/shelf/background_animator.h b/ash/shelf/background_animator.h |
index 37be3be56d9d7d13cdc32f67e8997962c2c73cb9..ec5f6f380906e93970b5da492d68d19b97b8967b 100644 |
--- a/ash/shelf/background_animator.h |
+++ b/ash/shelf/background_animator.h |
@@ -48,7 +48,7 @@ class ASH_EXPORT BackgroundAnimator : public gfx::AnimationDelegate { |
int alpha() const { return alpha_; } |
// gfx::AnimationDelegate overrides: |
- virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE; |
+ virtual void AnimationProgressed(const gfx::Animation* animation) override; |
private: |
BackgroundAnimatorDelegate* delegate_; |