| Index: content/browser/in_process_webkit/indexed_db_quota_client_unittest.cc
|
| ===================================================================
|
| --- content/browser/in_process_webkit/indexed_db_quota_client_unittest.cc (revision 140250)
|
| +++ content/browser/in_process_webkit/indexed_db_quota_client_unittest.cc (working copy)
|
| @@ -13,7 +13,7 @@
|
| #include "content/browser/browser_thread_impl.h"
|
| #include "content/browser/in_process_webkit/indexed_db_context_impl.h"
|
| #include "content/browser/in_process_webkit/indexed_db_quota_client.h"
|
| -#include "content/test/test_browser_context.h"
|
| +#include "content/public/test/test_browser_context.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "webkit/database/database_util.h"
|
|
|
| @@ -47,7 +47,7 @@
|
| file_user_blocking_thread_(
|
| BrowserThread::FILE_USER_BLOCKING, &message_loop_),
|
| io_thread_(BrowserThread::IO, &message_loop_) {
|
| - browser_context_.reset(new TestBrowserContext());
|
| + browser_context_.reset(new content::TestBrowserContext());
|
| idb_context_ = static_cast<IndexedDBContextImpl*>(
|
| BrowserContext::GetIndexedDBContext(browser_context_.get()));
|
| message_loop_.RunAllPending();
|
| @@ -169,7 +169,7 @@
|
| BrowserThreadImpl file_thread_;
|
| BrowserThreadImpl file_user_blocking_thread_;
|
| BrowserThreadImpl io_thread_;
|
| - scoped_ptr<TestBrowserContext> browser_context_;
|
| + scoped_ptr<content::TestBrowserContext> browser_context_;
|
| quota::QuotaStatusCode delete_status_;
|
| };
|
|
|
|
|