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 7ee55cde04c54c6ed462e346a2dc52a56835d5a8..c3ace05de0dbd1fe2c672a607e40972f7157031d 100644 |
--- a/chrome/browser/ui/views/location_bar/keyword_hint_view.h |
+++ b/chrome/browser/ui/views/location_bar/keyword_hint_view.h |
@@ -41,9 +41,9 @@ class KeywordHintView : public views::View { |
void SetKeyword(const base::string16& keyword); |
base::string16 keyword() const { return keyword_; } |
- virtual gfx::Size GetPreferredSize() OVERRIDE; |
+ virtual gfx::Size GetPreferredSize() const OVERRIDE; |
// The minimum size is just big enough to show the tab. |
- virtual gfx::Size GetMinimumSize() OVERRIDE; |
+ virtual gfx::Size GetMinimumSize() const OVERRIDE; |
virtual void Layout() OVERRIDE; |
private: |