| Index: chrome/browser/ui/gtk/global_menu_bar.h
|
| diff --git a/chrome/browser/ui/gtk/global_menu_bar.h b/chrome/browser/ui/gtk/global_menu_bar.h
|
| index b375e5732d6723f6d425056fcaf7b5ddc475b1b5..d4dbc270e3345c3c27f866883f855ce1a31de3e5 100644
|
| --- a/chrome/browser/ui/gtk/global_menu_bar.h
|
| +++ b/chrome/browser/ui/gtk/global_menu_bar.h
|
| @@ -84,7 +84,7 @@ class GlobalMenuBar : public CommandUpdater::CommandObserver,
|
| GlobalHistoryMenu history_menu_;
|
|
|
| // Listens to the bookmark model and updates the menu.
|
| - GlobalBookmarkMenu bookmark_menu_;
|
| + scoped_ptr<GlobalBookmarkMenu> bookmark_menu_;
|
|
|
| // For some menu items, we want to show the accelerator, but not actually
|
| // explicitly handle it. To this end we connect those menu items' accelerators
|
|
|