Chromium Code Reviews| 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..5f64846652bba6d3278d3d29d9b668e24b2a9cb1 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(); |
|
Charlie Reis
2012/09/15 00:55:58
nit: needs another 4 spaces
awong
2012/09/15 01:19:37
Done.
|
| BrowserThread::PostTask( |
| BrowserThread::WEBKIT_DEPRECATED, FROM_HERE, |
| base::Bind( |