| Index: ui/views/animation/bounds_animator.h
|
| diff --git a/ui/views/animation/bounds_animator.h b/ui/views/animation/bounds_animator.h
|
| index 1a88cdf0575f2bad258fb4ebc7e8e5eed78bf090..0abc37a944fdb5dfb965135cc04da1c070545ce4 100644
|
| --- a/ui/views/animation/bounds_animator.h
|
| +++ b/ui/views/animation/bounds_animator.h
|
| @@ -144,15 +144,15 @@ class VIEWS_EXPORT BoundsAnimator : public gfx::AnimationDelegate,
|
| AnimationEndType type);
|
|
|
| // gfx::AnimationDelegate overrides.
|
| - virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
|
| - virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
|
| - virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE;
|
| + virtual void AnimationProgressed(const gfx::Animation* animation) override;
|
| + virtual void AnimationEnded(const gfx::Animation* animation) override;
|
| + virtual void AnimationCanceled(const gfx::Animation* animation) override;
|
|
|
| // gfx::AnimationContainerObserver overrides.
|
| virtual void AnimationContainerProgressed(
|
| - gfx::AnimationContainer* container) OVERRIDE;
|
| + gfx::AnimationContainer* container) override;
|
| virtual void AnimationContainerEmpty(
|
| - gfx::AnimationContainer* container) OVERRIDE;
|
| + gfx::AnimationContainer* container) override;
|
|
|
| // Parent of all views being animated.
|
| View* parent_;
|
|
|