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..82a3453385e2791d168a268863ad72d81b8a4e52 100644 |
--- a/chrome/browser/ui/views/find_bar_view.h |
+++ b/chrome/browser/ui/views/find_bar_view.h |
@@ -67,10 +67,11 @@ 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; |
+ const char* GetClassName() const override; |
Peter Kasting
2015/01/24 02:20:59
Can this method at least be private even if the ot
oshima
2015/01/26 19:48:18
Done.
|
// views::ButtonListener: |
void ButtonPressed(views::Button* sender, const ui::Event& event) override; |