| Index: content/browser/indexed_db/indexed_db_browsertest.cc
|
| diff --git a/content/browser/indexed_db/indexed_db_browsertest.cc b/content/browser/indexed_db/indexed_db_browsertest.cc
|
| index 4ca77fb67c807fd1fc234279b4bc621c4df124c8..eff1511559061b30e70747eed4fc8f4f115385ad 100644
|
| --- a/content/browser/indexed_db/indexed_db_browsertest.cc
|
| +++ b/content/browser/indexed_db/indexed_db_browsertest.cc
|
| @@ -38,8 +38,8 @@
|
| #include "webkit/browser/quota/quota_manager.h"
|
|
|
| using base::ASCIIToUTF16;
|
| -using quota::QuotaManager;
|
| -using webkit_database::DatabaseUtil;
|
| +using storage::QuotaManager;
|
| +using storage::DatabaseUtil;
|
|
|
| namespace content {
|
|
|
| @@ -125,7 +125,7 @@ class IndexedDBBrowserTest : public ContentBrowserTest {
|
| return;
|
| }
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
|
| - qm->SetTemporaryGlobalOverrideQuota(bytes, quota::QuotaCallback());
|
| + qm->SetTemporaryGlobalOverrideQuota(bytes, storage::QuotaCallback());
|
| // Don't return until the quota has been set.
|
| scoped_refptr<base::ThreadTestHelper> helper(new base::ThreadTestHelper(
|
| BrowserThread::GetMessageLoopProxyForThread(BrowserThread::DB)));
|
|
|