| Index: content/browser/tab_contents/page_navigator.cc
|
| diff --git a/content/browser/tab_contents/page_navigator.cc b/content/browser/tab_contents/page_navigator.cc
|
| index 1898fb7beaa2778c1937d378457e017bf75b5396..4e9e9c37b5d244ff8682944ce6ef1d2a57d04d02 100644
|
| --- a/content/browser/tab_contents/page_navigator.cc
|
| +++ b/content/browser/tab_contents/page_navigator.cc
|
| @@ -11,7 +11,7 @@ class GURL;
|
|
|
| OpenURLParams::OpenURLParams(
|
| const GURL& url,
|
| - const GURL& referrer,
|
| + const content::Referrer& referrer,
|
| WindowOpenDisposition disposition,
|
| content::PageTransition transition,
|
| bool is_renderer_initiated)
|
|
|