Index: chrome/browser/renderer_host/resource_dispatcher_host_uitest.cc |
=================================================================== |
--- chrome/browser/renderer_host/resource_dispatcher_host_uitest.cc (revision 10412) |
+++ chrome/browser/renderer_host/resource_dispatcher_host_uitest.cc (working copy) |
@@ -12,6 +12,7 @@ |
#include "chrome/browser/automation/url_request_failed_dns_job.h" |
#include "chrome/browser/automation/url_request_mock_http_job.h" |
#include "chrome/common/chrome_switches.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" |
@@ -189,7 +190,7 @@ |
// Cause the renderer to crash. |
expected_crashes_ = 1; |
- tab->NavigateToURLAsync(GURL("about:crash")); |
+ tab->NavigateToURLAsync(GURL(chrome::kAboutCrashURL)); |
Sleep(sleep_timeout_ms()); // Wait for browser to notice the renderer crash. |
// Navigate to a new cross-site page. The browser should not wait around for |