Index: chrome/browser/ui/browser_navigator.cc |
diff --git a/chrome/browser/ui/browser_navigator.cc b/chrome/browser/ui/browser_navigator.cc |
index 9c92019f62d482092e193223593f5f70c15247ca..731742f4d695e8bc18ef9bdd6dbc9756458992b5 100644 |
--- a/chrome/browser/ui/browser_navigator.cc |
+++ b/chrome/browser/ui/browser_navigator.cc |
@@ -398,7 +398,7 @@ void Navigate(NavigateParams* params) { |
// A tab is being opened from a link from a different profile, we must reset |
// source information that may cause state to be shared. |
params->source_contents = NULL; |
- params->referrer = GURL(); |
+ params->referrer = content::Referrer(); |
} |
// Make sure the Browser is shown if params call for it. |