| Index: content/browser/in_process_webkit/indexed_db_browsertest.cc
|
| diff --git a/content/browser/in_process_webkit/indexed_db_browsertest.cc b/content/browser/in_process_webkit/indexed_db_browsertest.cc
|
| index 5a995f062f2fae940e68e90a117327e5627d40c8..f962e1d26c666eb88d2a736600a8ef243e1fba54 100644
|
| --- a/content/browser/in_process_webkit/indexed_db_browsertest.cc
|
| +++ b/content/browser/in_process_webkit/indexed_db_browsertest.cc
|
| @@ -390,7 +390,7 @@ IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest,
|
| IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, PRE_VersionChangeCrashResilience) {
|
| NavigateAndWaitForTitle(shell(), "version_change_crash.html", "#part2",
|
| "pass - part2 - crash me");
|
| - NavigateToURL(shell(), GURL(chrome::kChromeUIBrowserCrashHost));
|
| + NavigateToURL(shell(), GURL(kChromeUIBrowserCrashHost));
|
| }
|
|
|
| IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, VersionChangeCrashResilience) {
|
|
|