| Index: chrome/browser/browsing_data/mock_browsing_data_quota_helper.cc
|
| diff --git a/chrome/browser/browsing_data/mock_browsing_data_quota_helper.cc b/chrome/browser/browsing_data/mock_browsing_data_quota_helper.cc
|
| index 5d7f0141528208aaa4af65408975a2d3864d3578..d026f5ea8dcfddc153310c1f6ece85326ebdb793 100644
|
| --- a/chrome/browser/browsing_data/mock_browsing_data_quota_helper.cc
|
| +++ b/chrome/browser/browsing_data/mock_browsing_data_quota_helper.cc
|
| @@ -10,7 +10,7 @@ using content::BrowserThread;
|
|
|
| MockBrowsingDataQuotaHelper::MockBrowsingDataQuotaHelper(Profile* profile)
|
| : BrowsingDataQuotaHelper(BrowserThread::GetMessageLoopProxyForThread(
|
| - BrowserThread::IO)) {}
|
| + BrowserThread::IO).get()) {}
|
|
|
| MockBrowsingDataQuotaHelper::~MockBrowsingDataQuotaHelper() {}
|
|
|
|
|