| Index: chrome/browser/ui/views/tab_contents/render_view_context_menu_win.h
|
| ===================================================================
|
| --- chrome/browser/ui/views/tab_contents/render_view_context_menu_win.h (revision 247964)
|
| +++ chrome/browser/ui/views/tab_contents/render_view_context_menu_win.h (working copy)
|
| @@ -14,7 +14,7 @@
|
| // Windows specific implementation of the render view context menu.
|
| class RenderViewContextMenuWin : public RenderViewContextMenuViews {
|
| public:
|
| - RenderViewContextMenuWin(content::WebContents* web_contents,
|
| + RenderViewContextMenuWin(content::RenderFrameHost* render_frame_host,
|
| const content::ContextMenuParams& params);
|
| virtual ~RenderViewContextMenuWin();
|
|
|
|
|