| Index: chrome/browser/browsing_data/browsing_data_quota_helper_impl.cc
|
| diff --git a/chrome/browser/browsing_data/browsing_data_quota_helper_impl.cc b/chrome/browser/browsing_data/browsing_data_quota_helper_impl.cc
|
| index de2017cef7942b5df3168564de0cc1b57482b875..13c065dceddbb3abc402c1e585925a6ec7980cd3 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_quota_helper_impl.cc
|
| +++ b/chrome/browser/browsing_data/browsing_data_quota_helper_impl.cc
|
| @@ -23,8 +23,8 @@ using content::BrowserContext;
|
| // static
|
| BrowsingDataQuotaHelper* BrowsingDataQuotaHelper::Create(Profile* profile) {
|
| return new BrowsingDataQuotaHelperImpl(
|
| - BrowserThread::GetMessageLoopProxyForThread(BrowserThread::UI),
|
| - BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO),
|
| + BrowserThread::GetMessageLoopProxyForThread(BrowserThread::UI).get(),
|
| + BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO).get(),
|
| BrowserContext::GetDefaultStoragePartition(profile)->GetQuotaManager());
|
| }
|
|
|
|
|