| Index: chrome/browser/ui/cocoa/bookmarks/bookmark_editor_base_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_editor_base_controller.h b/chrome/browser/ui/cocoa/bookmarks/bookmark_editor_base_controller.h
|
| index 4fdd51469a3426af8a58a3cd6dddc97039e2b1f6..ac681f3e2b8d99dc915622f0d36434353c8acbf9 100644
|
| --- a/chrome/browser/ui/cocoa/bookmarks/bookmark_editor_base_controller.h
|
| +++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_editor_base_controller.h
|
| @@ -97,10 +97,11 @@ class BookmarkModel;
|
| - (const BookmarkNode*)selectedNode;
|
|
|
| // Expands the set of BookmarkNodes in |nodes|.
|
| -- (void)expandNodes:(const BookmarkExpandedStateTracker::Nodes&)nodes;
|
| +- (void)expandNodes:(
|
| + const bookmarks::BookmarkExpandedStateTracker::Nodes&)nodes;
|
|
|
| // Returns the set of expanded BookmarkNodes.
|
| -- (BookmarkExpandedStateTracker::Nodes)getExpandedNodes;
|
| +- (bookmarks::BookmarkExpandedStateTracker::Nodes)getExpandedNodes;
|
|
|
| // Select/highlight the given node within the browser tree view. If the
|
| // node is nil then select the bookmark bar node. Exposed for unit test.
|
|
|