Index: chrome/browser/browsing_data/browsing_data_quota_helper_impl.cc |
=================================================================== |
--- chrome/browser/browsing_data/browsing_data_quota_helper_impl.cc (revision 150659) |
+++ chrome/browser/browsing_data/browsing_data_quota_helper_impl.cc (working copy) |
@@ -21,7 +21,7 @@ |
return new BrowsingDataQuotaHelperImpl( |
BrowserThread::GetMessageLoopProxyForThread(BrowserThread::UI), |
BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO), |
- content::BrowserContext::GetQuotaManager(profile)); |
+ content::BrowserContext::GetDefaultQuotaManager(profile)); |
} |
void BrowsingDataQuotaHelperImpl::StartFetching( |