| Index: chrome/browser/ui/gtk/tab_contents/render_view_context_menu_gtk.h
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/tab_contents/render_view_context_menu_gtk.h (revision 247964)
|
| +++ chrome/browser/ui/gtk/tab_contents/render_view_context_menu_gtk.h (working copy)
|
| @@ -19,7 +19,7 @@
|
| class RenderViewContextMenuGtk : public RenderViewContextMenu,
|
| public MenuGtk::Delegate {
|
| public:
|
| - RenderViewContextMenuGtk(content::WebContents* web_contents,
|
| + RenderViewContextMenuGtk(content::RenderFrameHost* render_frame_host,
|
| const content::ContextMenuParams& params,
|
| content::RenderWidgetHostView* view);
|
|
|
|
|