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 fe27a71ec31216ebad6040cadaf36c25d7561504..aae3af888eb0648cc20d4b23a6ea0ac03b6d76c3 100644 |
--- a/chrome/browser/ui/views/location_bar/keyword_hint_view.h |
+++ b/chrome/browser/ui/views/location_bar/keyword_hint_view.h |
@@ -41,6 +41,8 @@ class KeywordHintView : public views::View { |
void SetKeyword(const base::string16& keyword); |
base::string16 keyword() const { return keyword_; } |
+ // Views: |
Peter Kasting
2015/01/23 07:28:10
Nit: views::View:
oshima
2015/01/24 01:23:07
Done. also made them private.
|
+ const char* GetClassName() const override; |
gfx::Size GetPreferredSize() const override; |
// The minimum size is just big enough to show the tab. |
gfx::Size GetMinimumSize() const override; |