diff options
Diffstat (limited to 'chrome/browser/gtk/location_bar_view_gtk.h')
-rw-r--r-- | chrome/browser/gtk/location_bar_view_gtk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/gtk/location_bar_view_gtk.h b/chrome/browser/gtk/location_bar_view_gtk.h index 500619b..adb47b0 100644 --- a/chrome/browser/gtk/location_bar_view_gtk.h +++ b/chrome/browser/gtk/location_bar_view_gtk.h @@ -254,7 +254,7 @@ class LocationBarViewGtk : public AutocompleteEditController, // The context menu view and model for this extension action. scoped_ptr<MenuGtk> context_menu_; - scoped_ptr<ExtensionContextMenuModel> context_menu_model_; + scoped_refptr<ExtensionContextMenuModel> context_menu_model_; DISALLOW_COPY_AND_ASSIGN(PageActionViewGtk); }; |