Index: components/sync/driver/fake_sync_client.h |
diff --git a/components/sync/driver/fake_sync_client.h b/components/sync/driver/fake_sync_client.h |
index a5e8b484493203ed8331b1ac14441407e8e234fb..aeb099e7235c4c8c2dd677aa75a4b0c679fb7db6 100644 |
--- a/components/sync/driver/fake_sync_client.h |
+++ b/components/sync/driver/fake_sync_client.h |
@@ -25,6 +25,7 @@ class FakeSyncClient : public SyncClient { |
void Initialize() override; |
+ base::SequencedWorkerPool* GetBlockingPool() override; |
SyncService* GetSyncService() override; |
PrefService* GetPrefService() override; |
base::FilePath GetLocalSyncBackendFolder() override; |