| 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 71a50f57f8e46d6d40bab6c1e3eee940b2fe475c..2f00a8b7918e50b18fcc039b1860e2cab23e1605 100644
|
| --- a/content/browser/in_process_webkit/indexed_db_browsertest.cc
|
| +++ b/content/browser/in_process_webkit/indexed_db_browsertest.cc
|
| @@ -194,8 +194,9 @@ class IndexedDBBrowserTestWithVersion0Schema : public IndexedDBBrowserTest {
|
| public:
|
| virtual void SetUpOnMainThread() {
|
| scoped_refptr<IndexedDBContext> context =
|
| - BrowserContext::GetIndexedDBContext(
|
| - shell()->web_contents()->GetBrowserContext());
|
| + BrowserContext::GetDefaultStoragePartition(
|
| + shell()->web_contents()->GetBrowserContext())->
|
| + GetIndexedDBContext();
|
| BrowserThread::PostTask(
|
| BrowserThread::WEBKIT_DEPRECATED, FROM_HERE,
|
| base::Bind(
|
|
|