| Index: chrome/browser/ui/cocoa/tab_contents/render_view_context_menu_mac.h
|
| ===================================================================
|
| --- chrome/browser/ui/cocoa/tab_contents/render_view_context_menu_mac.h (revision 247964)
|
| +++ chrome/browser/ui/cocoa/tab_contents/render_view_context_menu_mac.h (working copy)
|
| @@ -17,7 +17,7 @@
|
| // target of the NSMenu, bridging back to this C++ class.
|
| class RenderViewContextMenuMac : public RenderViewContextMenu {
|
| public:
|
| - RenderViewContextMenuMac(content::WebContents* web_contents,
|
| + RenderViewContextMenuMac(content::RenderFrameHost* render_frame_host,
|
| const content::ContextMenuParams& params,
|
| NSView* parent_view);
|
| virtual ~RenderViewContextMenuMac();
|
|
|