| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index 1b6c24a88d88f4e612b7028dc5caa7b99d63938c..6b1f5dab9dd6db5156538af7da7c7b530196ed37 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -473,7 +473,8 @@ class CONTENT_EXPORT WebContentsImpl
|
| RenderFrameHostImpl* render_frame_host,
|
| const GURL& url,
|
| NavigationController::ReloadType reload_type) OVERRIDE;
|
| - virtual void RequestOpenURL(const OpenURLParams& params) OVERRIDE;
|
| + virtual void RequestOpenURL(RenderFrameHostImpl* render_frame_host,
|
| + const OpenURLParams& params) OVERRIDE;
|
|
|
| // RenderWidgetHostDelegate --------------------------------------------------
|
|
|
|
|