Index: chrome/browser/ui/views/find_bar_view.h |
diff --git a/chrome/browser/ui/views/find_bar_view.h b/chrome/browser/ui/views/find_bar_view.h |
index 8382b021f4543316fd1ef101a4dc19bb1577a04a..88172d8bea5a95f672a4aa258df90f5acac67cf2 100644 |
--- a/chrome/browser/ui/views/find_bar_view.h |
+++ b/chrome/browser/ui/views/find_bar_view.h |
@@ -67,7 +67,7 @@ class FindBarView : public DropdownBarView, |
// Claims focus for the text field and selects its contents. |
void SetFocusAndSelection(bool select_all) override; |
- // views::View: |
+ // DropdownBarView: |
void OnPaint(gfx::Canvas* canvas) override; |
void Layout() override; |
gfx::Size GetPreferredSize() const override; |
@@ -88,7 +88,8 @@ class FindBarView : public DropdownBarView, |
// Updates the appearance for the match count label. |
void UpdateMatchCountAppearance(bool no_match); |
- // views::View: |
+ // DropdownBarView: |
+ const char* GetClassName() const override; |
void OnThemeChanged() override; |
// We use a hidden view to grab mouse clicks and bring focus to the find |