| Index: content/browser/tab_contents/test_tab_contents.cc
|
| diff --git a/content/browser/tab_contents/test_tab_contents.cc b/content/browser/tab_contents/test_tab_contents.cc
|
| index dfb1070555fae6103d3215aa925d47d96218839e..95a3c5901748ef6ad13a50990669042e95fed934 100644
|
| --- a/content/browser/tab_contents/test_tab_contents.cc
|
| +++ b/content/browser/tab_contents/test_tab_contents.cc
|
| @@ -48,7 +48,7 @@ TabContents* TestTabContents::Clone() {
|
|
|
| void TestTabContents::NavigateAndCommit(const GURL& url) {
|
| controller().LoadURL(
|
| - url, GURL(), content::PAGE_TRANSITION_LINK, std::string());
|
| + url, content::Referrer(), content::PAGE_TRANSITION_LINK, std::string());
|
| GURL loaded_url(url);
|
| bool reverse_on_redirect = false;
|
| BrowserURLHandler::GetInstance()->RewriteURLIfNecessary(
|
|
|