Index: content/browser/in_process_webkit/indexed_db_browsertest.cc |
=================================================================== |
--- content/browser/in_process_webkit/indexed_db_browsertest.cc (revision 148487) |
+++ content/browser/in_process_webkit/indexed_db_browsertest.cc (working copy) |
@@ -116,7 +116,7 @@ |
IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, DoesntHangTest) { |
SimpleTest(GetTestURL(FilePath( |
FILE_PATH_LITERAL("transaction_run_forever.html")))); |
- ui_test_utils::CrashTab(chrome::GetActiveWebContents(browser())); |
+ content::CrashTab(chrome::GetActiveWebContents(browser())); |
SimpleTest(GetTestURL(FilePath(FILE_PATH_LITERAL("transaction_test.html")))); |
} |