Index: webkit/quota/mock_quota_manager.h |
diff --git a/webkit/quota/mock_quota_manager.h b/webkit/quota/mock_quota_manager.h |
index dac1eff9b002aeb9fffb0ecbf8cd1c058857e5ba..92b9273ab31593ff2501c99915dad6b3a105529b 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::SequencedTaskRunner* db_thread, |
SpecialStoragePolicy* special_storage_policy); |
// Adds an origin to the canned list that will be searched through via |