| Index: content/browser/tab_contents/tab_contents.h
|
| diff --git a/content/browser/tab_contents/tab_contents.h b/content/browser/tab_contents/tab_contents.h
|
| index 0473b7d7630f3cc3490c52011dbaa624273dc544..4a3fca0697b59caf93d53c735c6a34fa9e9be548 100644
|
| --- a/content/browser/tab_contents/tab_contents.h
|
| +++ b/content/browser/tab_contents/tab_contents.h
|
| @@ -510,7 +510,7 @@ class CONTENT_EXPORT TabContents : public PageNavigator,
|
| RenderViewHost* render_view_host,
|
| int32 page_id) OVERRIDE;
|
| virtual void RequestOpenURL(const GURL& url,
|
| - const GURL& referrer,
|
| + const content::Referrer& referrer,
|
| WindowOpenDisposition disposition,
|
| int64 source_frame_id) OVERRIDE;
|
| virtual void RunJavaScriptMessage(const RenderViewHost* rvh,
|
|
|