| 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();
|
|
|
|
|