| Index: chrome/browser/gtk/bookmark_manager_gtk.h
|
| ===================================================================
|
| --- chrome/browser/gtk/bookmark_manager_gtk.h (revision 18411)
|
| +++ chrome/browser/gtk/bookmark_manager_gtk.h (working copy)
|
| @@ -76,7 +76,7 @@
|
| std::vector<BookmarkNode*> GetRightSelection();
|
|
|
| // Stick node in the store that backs the right-side tree view.
|
| - void AppendNodeToRightStore(BookmarkNode* node, GtkTreeIter* iter);
|
| + void AppendNodeToRightStore(BookmarkNode* node, int index);
|
|
|
| GtkTreeSelection* left_selection() {
|
| return gtk_tree_view_get_selection(GTK_TREE_VIEW(left_tree_view_));
|
|
|