Index: content/browser/in_process_webkit/indexed_db_browsertest.cc |
=================================================================== |
--- content/browser/in_process_webkit/indexed_db_browsertest.cc (revision 150659) |
+++ content/browser/in_process_webkit/indexed_db_browsertest.cc (working copy) |
@@ -138,7 +138,7 @@ |
* 1024 * QuotaManager::kPerHostTemporaryPortion; |
SetTempQuota( |
kTemporaryStorageQuotaMaxSize, |
- BrowserContext::GetQuotaManager( |
+ BrowserContext::GetDefaultQuotaManager( |
awong
2012/08/10 14:17:20
Similar comment about using the active site instan
|
shell()->web_contents()->GetBrowserContext())); |
} |