diff options
Diffstat (limited to 'chrome/browser/tab_contents/render_view_context_menu.h')
-rw-r--r-- | chrome/browser/tab_contents/render_view_context_menu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/tab_contents/render_view_context_menu.h b/chrome/browser/tab_contents/render_view_context_menu.h index b7c79d3..d215e98 100644 --- a/chrome/browser/tab_contents/render_view_context_menu.h +++ b/chrome/browser/tab_contents/render_view_context_menu.h @@ -285,7 +285,7 @@ class RenderViewContextMenu : public ui::SimpleMenuModel::Delegate, ui::SimpleMenuModel bidi_submenu_model_; ui::SimpleMenuModel protocol_handler_submenu_model_; ScopedVector<ui::SimpleMenuModel> extension_menu_models_; - scoped_refptr<ProtocolHandlerRegistry> protocol_handler_registry_; + ProtocolHandlerRegistry* protocol_handler_registry_; // An observer that handles spelling-menu items. scoped_ptr<SpellingMenuObserver> spelling_menu_observer_; |