Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6873)

Unified Diff: chrome/browser/ui/views/bookmarks/bookmark_bar_instructions_view.h

Issue 869453002: Define class names for views class in c/b/ui/views (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: inline class name strings Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698