| Index: chrome/browser/ui/views/location_bar/keyword_hint_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/keyword_hint_view.h b/chrome/browser/ui/views/location_bar/keyword_hint_view.h
|
| index c3ace05de0dbd1fe2c672a607e40972f7157031d..7dde478dd0846b1e9a066f7b27f4f26edf3cca5a 100644
|
| --- a/chrome/browser/ui/views/location_bar/keyword_hint_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/keyword_hint_view.h
|
| @@ -41,10 +41,10 @@ class KeywordHintView : public views::View {
|
| void SetKeyword(const base::string16& keyword);
|
| base::string16 keyword() const { return keyword_; }
|
|
|
| - virtual gfx::Size GetPreferredSize() const OVERRIDE;
|
| + virtual gfx::Size GetPreferredSize() const override;
|
| // The minimum size is just big enough to show the tab.
|
| - virtual gfx::Size GetMinimumSize() const OVERRIDE;
|
| - virtual void Layout() OVERRIDE;
|
| + virtual gfx::Size GetMinimumSize() const override;
|
| + virtual void Layout() override;
|
|
|
| private:
|
| views::Label* CreateLabel(const gfx::FontList& font_list,
|
|
|