| Index: content/browser/renderer_host/resource_dispatcher_host_uitest.cc
|
| diff --git a/content/browser/renderer_host/resource_dispatcher_host_uitest.cc b/content/browser/renderer_host/resource_dispatcher_host_uitest.cc
|
| index 7f2117149677ac87191ef857e63e5e90e90c2a1e..4580008f29b037a9c36d9ac78db4f10c9232007c 100644
|
| --- a/content/browser/renderer_host/resource_dispatcher_host_uitest.cc
|
| +++ b/content/browser/renderer_host/resource_dispatcher_host_uitest.cc
|
| @@ -12,7 +12,6 @@
|
| #include "base/test/test_timeouts.h"
|
| #include "chrome/browser/net/url_request_failed_dns_job.h"
|
| #include "chrome/browser/net/url_request_mock_http_job.h"
|
| -#include "chrome/common/url_constants.h"
|
| #include "chrome/test/automation/browser_proxy.h"
|
| #include "chrome/test/automation/tab_proxy.h"
|
| #include "chrome/test/ui/ui_test.h"
|
| @@ -384,7 +383,7 @@ TEST_F(ResourceDispatcherTest, CrossSiteFailedRequest) {
|
| ASSERT_TRUE(tab.get());
|
|
|
| // Visit another URL first to trigger a cross-site navigation.
|
| - GURL url(chrome::kChromeUINewTabURL);
|
| + GURL url("chrome://newtab");
|
| ASSERT_EQ(AUTOMATION_MSG_NAVIGATION_SUCCESS, tab->NavigateToURL(url));
|
|
|
| // Visit a URL that fails without calling ResourceDispatcherHost::Read.
|
|
|