Index: chrome/browser/ui/views/omnibox/omnibox_result_view.h |
diff --git a/chrome/browser/ui/views/omnibox/omnibox_result_view.h b/chrome/browser/ui/views/omnibox/omnibox_result_view.h |
index 5412d26ec5a82000a12ae8c2aec2a0c6720782b0..c862dbe972499cc4e05eb7c8861f0dd38890dbfb 100644 |
--- a/chrome/browser/ui/views/omnibox/omnibox_result_view.h |
+++ b/chrome/browser/ui/views/omnibox/omnibox_result_view.h |
@@ -64,7 +64,7 @@ class OmniboxResultView : public views::View, |
void Invalidate(); |
// views::View: |
- virtual gfx::Size GetPreferredSize() const OVERRIDE; |
+ virtual gfx::Size GetPreferredSize() const override; |
ResultViewState GetState() const; |
@@ -134,12 +134,12 @@ class OmniboxResultView : public views::View, |
void InitContentsRenderTextIfNecessary() const; |
// views::View: |
- virtual void Layout() OVERRIDE; |
- virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) OVERRIDE; |
- virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE; |
+ virtual void Layout() override; |
+ virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) override; |
+ virtual void OnPaint(gfx::Canvas* canvas) override; |
// gfx::AnimationDelegate: |
- virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE; |
+ virtual void AnimationProgressed(const gfx::Animation* animation) override; |
// Returns the offset at which the contents of the |match| should be displayed |
// within the text bounds. The directionality of UI and match contents is used |