| 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 4bc9f92dc3144ef17901cf31e277d47ef7a81d5d..3d929bb0a30371339e74e7c2728697280e830191 100644
|
| --- a/components/sync/driver/fake_sync_client.h
|
| +++ b/components/sync/driver/fake_sync_client.h
|
| @@ -38,7 +38,7 @@ class FakeSyncClient : public SyncClient {
|
| sync_sessions::SyncSessionsClient* GetSyncSessionsClient() override;
|
| base::WeakPtr<syncer::SyncableService> GetSyncableServiceForType(
|
| syncer::ModelType type) override;
|
| - syncer_v2::ModelTypeService* GetModelTypeServiceForType(
|
| + base::WeakPtr<syncer_v2::ModelTypeService> GetModelTypeServiceForType(
|
| syncer::ModelType type) override;
|
| scoped_refptr<syncer::ModelSafeWorker> CreateModelWorkerForGroup(
|
| syncer::ModelSafeGroup group,
|
|
|