| Index: chrome/browser/ui/views/tabs/media_indicator_button.h
|
| diff --git a/chrome/browser/ui/views/tabs/media_indicator_button.h b/chrome/browser/ui/views/tabs/media_indicator_button.h
|
| index 9451dd82ed0d5dc47dbbd53fb951c1e6b2777930..31e4ed0b56b6aeed275b710e5bcfc334ee12b39b 100644
|
| --- a/chrome/browser/ui/views/tabs/media_indicator_button.h
|
| +++ b/chrome/browser/ui/views/tabs/media_indicator_button.h
|
| @@ -44,17 +44,17 @@ class MediaIndicatorButton : public views::ImageButton,
|
|
|
| protected:
|
| // views::View:
|
| - virtual const char* GetClassName() const OVERRIDE;
|
| - virtual View* GetTooltipHandlerForPoint(const gfx::Point& point) OVERRIDE;
|
| - virtual bool OnMouseDragged(const ui::MouseEvent& event) OVERRIDE;
|
| - virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
|
| + virtual const char* GetClassName() const override;
|
| + virtual View* GetTooltipHandlerForPoint(const gfx::Point& point) override;
|
| + virtual bool OnMouseDragged(const ui::MouseEvent& event) override;
|
| + virtual void OnPaint(gfx::Canvas* canvas) override;
|
|
|
| // views::ViewTargeterDelegate
|
| virtual bool DoesIntersectRect(const View* target,
|
| - const gfx::Rect& rect) const OVERRIDE;
|
| + const gfx::Rect& rect) const override;
|
|
|
| // views::Button:
|
| - virtual void NotifyClick(const ui::Event& event) OVERRIDE;
|
| + virtual void NotifyClick(const ui::Event& event) override;
|
|
|
| private:
|
| class FadeAnimationDelegate;
|
|
|