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 0082660305483fa46aab724a93005ac901183161..86b01e1bf9a8350d1559d31003f725a5f93752a9 100644 |
--- a/chrome/browser/ui/views/bookmarks/bookmark_editor_view.h |
+++ b/chrome/browser/ui/views/bookmarks/bookmark_editor_view.h |
@@ -217,8 +217,9 @@ class BookmarkEditorView : public BookmarkEditor, |
// If |editor_node| is expanded it's added to |expanded_nodes| and this is |
// recursively invoked for all the children. |
- void UpdateExpandedNodes(EditorNode* editor_node, |
- BookmarkExpandedStateTracker::Nodes* expanded_nodes); |
+ void UpdateExpandedNodes( |
+ EditorNode* editor_node, |
+ bookmarks::BookmarkExpandedStateTracker::Nodes* expanded_nodes); |
ui::SimpleMenuModel* GetMenuModel(); |