Chromium Code Reviews| Index: chrome/browser/ui/views/bookmarks/bookmark_bar_instructions_view.h |
| diff --git a/chrome/browser/ui/views/bookmarks/bookmark_bar_instructions_view.h b/chrome/browser/ui/views/bookmarks/bookmark_bar_instructions_view.h |
| index 0ac06c0eb4240b4bb58e53a470bed3ae4cc91607..cfbace4ccbd0ebfaba81b32d46333d4cc0d196b4 100644 |
| --- a/chrome/browser/ui/views/bookmarks/bookmark_bar_instructions_view.h |
| +++ b/chrome/browser/ui/views/bookmarks/bookmark_bar_instructions_view.h |
| @@ -31,6 +31,7 @@ class BookmarkBarInstructionsView : public views::View, |
| BookmarkBarInstructionsDelegate* delegate); |
| // views::View overrides. |
| + const char* GetClassName() const override; |
|
Peter Kasting
2015/01/23 07:28:10
In theory, these are listed in the same order that
oshima
2015/01/24 01:23:07
Done. Made others private too as they're not calle
|
| gfx::Size GetPreferredSize() const override; |
| void Layout() override; |
| void OnThemeChanged() override; |