| Index: content/browser/quota/mock_quota_manager.h
|
| diff --git a/content/browser/quota/mock_quota_manager.h b/content/browser/quota/mock_quota_manager.h
|
| index c993b96c605299a3a958eaa27787cdc90cf5012a..1776f0101fc237814f3afeffe9674ed996066d59 100644
|
| --- a/content/browser/quota/mock_quota_manager.h
|
| +++ b/content/browser/quota/mock_quota_manager.h
|
| @@ -40,11 +40,12 @@ namespace content {
|
| // origin data stored in the profile.
|
| class MockQuotaManager : public QuotaManager {
|
| public:
|
| - MockQuotaManager(bool is_incognito,
|
| - const base::FilePath& profile_path,
|
| - base::SingleThreadTaskRunner* io_thread,
|
| - base::SequencedTaskRunner* db_thread,
|
| - SpecialStoragePolicy* special_storage_policy);
|
| + MockQuotaManager(
|
| + bool is_incognito,
|
| + const base::FilePath& profile_path,
|
| + const scoped_refptr<base::SingleThreadTaskRunner>& io_thread,
|
| + const scoped_refptr<base::SequencedTaskRunner>& db_thread,
|
| + const scoped_refptr<SpecialStoragePolicy>& special_storage_policy);
|
|
|
| // Overrides QuotaManager's implementation. The internal usage data is
|
| // updated when MockQuotaManagerProxy::NotifyStorageModified() is
|
|
|