Chromium Code Reviews| 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.
|