| Index: chrome/browser/gtk/bookmark_manager_gtk.h
|
| ===================================================================
|
| --- chrome/browser/gtk/bookmark_manager_gtk.h (revision 27417)
|
| +++ chrome/browser/gtk/bookmark_manager_gtk.h (working copy)
|
| @@ -327,7 +327,9 @@
|
| // The Organize menu item.
|
| GtkWidget* organize_;
|
| // The submenu the item pops up.
|
| +#if defined(TOOLKIT_GTK)
|
| scoped_ptr<BookmarkContextMenu> organize_menu_;
|
| +#endif
|
| // Whether the menu refers to the left selection.
|
| bool organize_is_for_left_;
|
|
|
|
|