| Index: chrome/browser/mock_browsing_data_quota_helper.cc
|
| diff --git a/chrome/browser/mock_browsing_data_quota_helper.cc b/chrome/browser/mock_browsing_data_quota_helper.cc
|
| index d1daf51760b289d9253044d8478f76cabf301e26..c0327737fe1950cf6be5b58f436ac313f447a230 100644
|
| --- a/chrome/browser/mock_browsing_data_quota_helper.cc
|
| +++ b/chrome/browser/mock_browsing_data_quota_helper.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "chrome/browser/mock_browsing_data_quota_helper.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| MockBrowsingDataQuotaHelper::MockBrowsingDataQuotaHelper(Profile* profile)
|
| : BrowsingDataQuotaHelper(BrowserThread::GetMessageLoopProxyForThread(
|
| BrowserThread::IO)) {}
|
|
|