| Index: chrome/browser/tab_contents/render_view_context_menu_mac.h
|
| ===================================================================
|
| --- chrome/browser/tab_contents/render_view_context_menu_mac.h (revision 121660)
|
| +++ chrome/browser/tab_contents/render_view_context_menu_mac.h (working copy)
|
| @@ -20,7 +20,7 @@
|
| class RenderViewContextMenuMac : public RenderViewContextMenu {
|
| public:
|
| RenderViewContextMenuMac(content::WebContents* web_contents,
|
| - const ContextMenuParams& params,
|
| + const content::ContextMenuParams& params,
|
| NSView* parent_view);
|
| virtual ~RenderViewContextMenuMac();
|
| virtual void ExecuteCommand(int id) OVERRIDE;
|
|
|