| Index: ui/gfx/animation/animation.h
|
| diff --git a/ui/gfx/animation/animation.h b/ui/gfx/animation/animation.h
|
| index 32d297e2939b3c2e7455b0f89ed9938ceab371e2..e98f506737ea1ac966a4532e7fc806bccbd543e2 100644
|
| --- a/ui/gfx/animation/animation.h
|
| +++ b/ui/gfx/animation/animation.h
|
| @@ -81,9 +81,9 @@ class GFX_EXPORT Animation : public AnimationContainerElement {
|
| AnimationDelegate* delegate() { return delegate_; }
|
|
|
| // AnimationContainer::Element overrides
|
| - virtual void SetStartTime(base::TimeTicks start_time) OVERRIDE;
|
| + virtual void SetStartTime(base::TimeTicks start_time) override;
|
| virtual void Step(base::TimeTicks time_now) = 0;
|
| - virtual base::TimeDelta GetTimerInterval() const OVERRIDE;
|
| + virtual base::TimeDelta GetTimerInterval() const override;
|
|
|
| private:
|
| // Interval for the animation.
|
|
|