| 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,
|
|
|