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

Unified Diff: chrome/browser/ui/views/bookmarks/bookmark_editor_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: addressed comments 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_editor_view.h
diff --git a/chrome/browser/ui/views/bookmarks/bookmark_editor_view.h b/chrome/browser/ui/views/bookmarks/bookmark_editor_view.h
index 8adafa72ab22142a4bd9452c49d2a3149469c68f..8852e77cdf211b8661fce3ab9f42ce08397bb41a 100644
--- a/chrome/browser/ui/views/bookmarks/bookmark_editor_view.h
+++ b/chrome/browser/ui/views/bookmarks/bookmark_editor_view.h
@@ -122,6 +122,9 @@ class BookmarkEditorView : public BookmarkEditor,
private:
friend class BookmarkEditorViewTest;
+ // views::DialogDelegateView:
+ const char* GetClassName() const override;
+
// Creates the necessary sub-views, configures them, adds them to the layout,
// and requests the entries to display from the database.
void Init();
Peter Kasting 2015/01/24 02:20:59 Nit: Since there are now overrides above and below
oshima 2015/01/26 19:48:18 Done.

Powered by Google App Engine
This is Rietveld 408576698