| 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 376f4c00b3e190bb46281dc2a6a50117f066f357..64e23b15071fd59a2c63a7a0850d97d3e5b4d60d 100644
|
| --- a/content/browser/in_process_webkit/indexed_db_browsertest.cc
|
| +++ b/content/browser/in_process_webkit/indexed_db_browsertest.cc
|
| @@ -171,7 +171,8 @@ IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, ClearLocalState) {
|
| // Make sure we wait until the destructor has run.
|
| scoped_refptr<base::ThreadTestHelper> helper(
|
| new base::ThreadTestHelper(
|
| - BrowserThread::GetMessageLoopProxyForThread(BrowserThread::WEBKIT)));
|
| + BrowserThread::GetMessageLoopProxyForThread(
|
| + BrowserThread::WEBKIT_DEPRECATED)));
|
| ASSERT_TRUE(helper->Run());
|
|
|
| ASSERT_TRUE(file_util::DirectoryExists(protected_path));
|
| @@ -218,7 +219,8 @@ IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, ClearSessionOnlyDatabases) {
|
| // Make sure we wait until the destructor has run.
|
| scoped_refptr<base::ThreadTestHelper> helper(
|
| new base::ThreadTestHelper(
|
| - BrowserThread::GetMessageLoopProxyForThread(BrowserThread::WEBKIT)));
|
| + BrowserThread::GetMessageLoopProxyForThread(
|
| + BrowserThread::WEBKIT_DEPRECATED)));
|
| ASSERT_TRUE(helper->Run());
|
|
|
| EXPECT_TRUE(file_util::DirectoryExists(normal_path));
|
| @@ -267,7 +269,8 @@ IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, SaveSessionState) {
|
| // Make sure we wait until the destructor has run.
|
| scoped_refptr<base::ThreadTestHelper> helper(
|
| new base::ThreadTestHelper(
|
| - BrowserThread::GetMessageLoopProxyForThread(BrowserThread::WEBKIT)));
|
| + BrowserThread::GetMessageLoopProxyForThread(
|
| + BrowserThread::WEBKIT_DEPRECATED)));
|
| ASSERT_TRUE(helper->Run());
|
|
|
| // No data was cleared because of SaveSessionState.
|
|
|