Index: chrome/test/automated_ui_tests/automated_ui_tests.cc |
=================================================================== |
--- chrome/test/automated_ui_tests/automated_ui_tests.cc (revision 10515) |
+++ chrome/test/automated_ui_tests/automated_ui_tests.cc (working copy) |
@@ -18,7 +18,6 @@ |
#include "chrome/common/chrome_paths.h" |
#include "chrome/common/env_vars.h" |
#include "chrome/common/libxml_utils.h" |
-#include "chrome/common/url_constants.h" |
#include "chrome/common/win_util.h" |
#include "chrome/test/automated_ui_tests/automated_ui_tests.h" |
#include "chrome/test/automation/browser_proxy.h" |
@@ -739,7 +738,7 @@ |
return false; |
} |
scoped_ptr<TabProxy> tab(browser->GetActiveTab()); |
- GURL test_url(chrome::kAboutCrashURL); |
+ GURL test_url("about:crash"); |
bool did_timeout; |
tab->NavigateToURLWithTimeout(test_url, kDebuggingTimeoutMsec, &did_timeout); |
if (!did_timeout) { |