| Index: ui/views/animation/scroll_animator.h
|
| diff --git a/ui/views/animation/scroll_animator.h b/ui/views/animation/scroll_animator.h
|
| index 525a99801f574af663d1c91703982df44e104144..b941cdb03627a9a332432662b1fb5f7c6b1b71c6 100644
|
| --- a/ui/views/animation/scroll_animator.h
|
| +++ b/ui/views/animation/scroll_animator.h
|
| @@ -41,9 +41,9 @@ class VIEWS_EXPORT ScrollAnimator : public gfx::AnimationDelegate {
|
|
|
| private:
|
| // Implementation of gfx::AnimationDelegate.
|
| - virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
|
| - virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
|
| - virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE;
|
| + virtual void AnimationEnded(const gfx::Animation* animation) override;
|
| + virtual void AnimationProgressed(const gfx::Animation* animation) override;
|
| + virtual void AnimationCanceled(const gfx::Animation* animation) override;
|
|
|
| ScrollDelegate* delegate_;
|
|
|
|
|