| Index: webkit/quota/mock_quota_manager.h
|
| diff --git a/webkit/quota/mock_quota_manager.h b/webkit/quota/mock_quota_manager.h
|
| index 317c476fa8009773a2fcdfa3b2ceace4c52cd3e4..d4af070aa154f255bec7e9894c7a8c75bf44855f 100644
|
| --- a/webkit/quota/mock_quota_manager.h
|
| +++ b/webkit/quota/mock_quota_manager.h
|
| @@ -43,8 +43,8 @@ class MockQuotaManager : public QuotaManager {
|
|
|
| MockQuotaManager(bool is_incognito,
|
| const FilePath& profile_path,
|
| - base::MessageLoopProxy* io_thread,
|
| - base::MessageLoopProxy* db_thread,
|
| + base::SingleThreadTaskRunner* io_thread,
|
| + base::SingleThreadTaskRunner* db_thread,
|
| SpecialStoragePolicy* special_storage_policy);
|
|
|
| virtual ~MockQuotaManager();
|
|
|