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

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: 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..2ff02118824cb1f3221f4c367ee3df5687a25447 100644
--- a/chrome/browser/ui/views/bookmarks/bookmark_editor_view.h
+++ b/chrome/browser/ui/views/bookmarks/bookmark_editor_view.h
@@ -122,9 +122,8 @@ class BookmarkEditorView : public BookmarkEditor,
private:
friend class BookmarkEditorViewTest;
- // Creates the necessary sub-views, configures them, adds them to the layout,
- // and requests the entries to display from the database.
- void Init();
+ // views::DialogDelegateView:
+ const char* GetClassName() const override;
// bookmarks::BookmarkModelObserver:
// Any structural change results in resetting the tree model.
@@ -152,6 +151,10 @@ class BookmarkEditorView : public BookmarkEditor,
void BookmarkNodeFaviconChanged(bookmarks::BookmarkModel* model,
const BookmarkNode* node) override {}
+ // Creates the necessary sub-views, configures them, adds them to the layout,
+ // and requests the entries to display from the database.
+ void Init();
+
// Resets the model of the tree and updates the various buttons appropriately.
void Reset();
« no previous file with comments | « chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc ('k') | chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698