| Index: ui/views/controls/glow_hover_controller.h
|
| diff --git a/ui/views/controls/glow_hover_controller.h b/ui/views/controls/glow_hover_controller.h
|
| index 2ac423e42d5eb980e4c85679b1b79c88e81f9e80..59d27a714c55717be4c8057fcb4ad04c56ec81a3 100644
|
| --- a/ui/views/controls/glow_hover_controller.h
|
| +++ b/ui/views/controls/glow_hover_controller.h
|
| @@ -65,8 +65,8 @@ class VIEWS_EXPORT GlowHoverController : public gfx::AnimationDelegate {
|
| void Draw(gfx::Canvas* canvas, const gfx::ImageSkia& mask_image) const;
|
|
|
| // gfx::AnimationDelegate overrides:
|
| - virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
|
| - virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
|
| + virtual void AnimationEnded(const gfx::Animation* animation) override;
|
| + virtual void AnimationProgressed(const gfx::Animation* animation) override;
|
|
|
| private:
|
| // View we're drawing to.
|
|
|