| Index: ui/app_list/views/top_icon_animation_view.h
|
| diff --git a/ui/app_list/views/top_icon_animation_view.h b/ui/app_list/views/top_icon_animation_view.h
|
| index 4dc2aa582699a283b4c626218e27bae5e43ce52d..a3c12861c6f2a3c7e8a1cc71b0107d2cfb64d459 100644
|
| --- a/ui/app_list/views/top_icon_animation_view.h
|
| +++ b/ui/app_list/views/top_icon_animation_view.h
|
| @@ -54,12 +54,12 @@ class TopIconAnimationView : public views::View,
|
|
|
| private:
|
| // views::View overrides:
|
| - virtual gfx::Size GetPreferredSize() const OVERRIDE;
|
| - virtual void Layout() OVERRIDE;
|
| + virtual gfx::Size GetPreferredSize() const override;
|
| + virtual void Layout() override;
|
|
|
| // ui::ImplicitAnimationObserver overrides:
|
| - virtual void OnImplicitAnimationsCompleted() OVERRIDE;
|
| - virtual bool RequiresNotificationWhenAnimatorDestroyed() const OVERRIDE;
|
| + virtual void OnImplicitAnimationsCompleted() override;
|
| + virtual bool RequiresNotificationWhenAnimatorDestroyed() const override;
|
|
|
| gfx::Size icon_size_;
|
| views::ImageView* icon_; // Owned by views hierarchy.
|
|
|