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

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

Issue 791623004: bookmarks: Move BookmarkModelObserver into 'bookmarks' namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: android + sync + cocoa fixes Created 6 years 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 ac56344cafcc53f6b2af61a5655cd42d018e645d..5777f82fff814341428b80c2ced51b2288591809 100644
--- a/chrome/browser/ui/views/bookmarks/bookmark_editor_view.h
+++ b/chrome/browser/ui/views/bookmarks/bookmark_editor_view.h
@@ -51,7 +51,7 @@ class BookmarkEditorView : public BookmarkEditor,
public views::TextfieldController,
public views::ContextMenuController,
public ui::SimpleMenuModel::Delegate,
- public BookmarkModelObserver {
+ public bookmarks::BookmarkModelObserver {
public:
// Type of node in the tree. Public purely for testing.
typedef ui::TreeNodeWithValue<int64> EditorNode;
@@ -126,8 +126,8 @@ class BookmarkEditorView : public BookmarkEditor,
// and requests the entries to display from the database.
void Init();
- // BookmarkModel observer methods. Any structural change results in
- // resetting the tree model.
+ // bookmarks::BookmarkModelObserver:
+ // Any structural change results in resetting the tree model.
void BookmarkModelLoaded(BookmarkModel* model, bool ids_reassigned) override {
}
void BookmarkNodeMoved(BookmarkModel* model,
« no previous file with comments | « chrome/browser/ui/views/bookmarks/bookmark_bar_view.h ('k') | components/bookmarks/browser/bookmark_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698