| Index: ui/app_list/views/speech_view.cc
|
| diff --git a/ui/app_list/views/speech_view.cc b/ui/app_list/views/speech_view.cc
|
| index 7fb213faf00f7246fb7c1971953756f9a14a6783..82e5f3c846479778ebae75796ceab3f3079f8f14 100644
|
| --- a/ui/app_list/views/speech_view.cc
|
| +++ b/ui/app_list/views/speech_view.cc
|
| @@ -53,7 +53,7 @@ class SoundLevelIndicator : public views::View {
|
|
|
| private:
|
| // Overridden from views::View:
|
| - virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
|
| + virtual void OnPaint(gfx::Canvas* canvas) override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(SoundLevelIndicator);
|
| };
|
| @@ -79,7 +79,7 @@ class MicButton : public views::ImageButton,
|
|
|
| private:
|
| // views::MaskedTargeterDelegate:
|
| - virtual bool GetHitTestMask(gfx::Path* mask) const OVERRIDE;
|
| + virtual bool GetHitTestMask(gfx::Path* mask) const override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(MicButton);
|
| };
|
|
|