Index: chrome/browser/ui/views/location_bar/keyword_hint_view.cc |
diff --git a/chrome/browser/ui/views/location_bar/keyword_hint_view.cc b/chrome/browser/ui/views/location_bar/keyword_hint_view.cc |
index e68ea89a6a60d2c9bfcfe7c8e8f11f8b2e7793b7..eb28b33838e924e319a8e58161846448999f90cb 100644 |
--- a/chrome/browser/ui/views/location_bar/keyword_hint_view.cc |
+++ b/chrome/browser/ui/views/location_bar/keyword_hint_view.cc |
@@ -92,6 +92,10 @@ void KeywordHintView::Layout() { |
height()); |
} |
+const char* KeywordHintView::GetClassName() const { |
+ return "KeywordHintView"; |
+} |
+ |
views::Label* KeywordHintView::CreateLabel(const gfx::FontList& font_list, |
SkColor text_color, |
SkColor background_color) { |