| Index: chrome/browser/errorpage_uitest.cc
|
| diff --git a/chrome/browser/errorpage_uitest.cc b/chrome/browser/errorpage_uitest.cc
|
| index 3196a50046855991ffb7751361453017b0ccb630..b7a0efb37c0ab28a90743c87e3f066040ad36f63 100644
|
| --- a/chrome/browser/errorpage_uitest.cc
|
| +++ b/chrome/browser/errorpage_uitest.cc
|
| @@ -169,7 +169,7 @@ TEST_F(ErrorPageTest, IFrame404) {
|
| // when the iframe loads. If the iframe fails to load (because an alternate
|
| // error page loads instead), then the title will remain as "FAIL".
|
| scoped_refptr<HTTPTestServer> server =
|
| - HTTPTestServer::CreateServer(L"chrome/test/data", NULL);
|
| + HTTPTestServer::CreateServer(L"chrome/test/data");
|
| ASSERT_TRUE(NULL != server.get());
|
| GURL test_url = server->TestServerPage("files/iframe404.html");
|
| NavigateToURL(test_url);
|
|
|