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