| Index: chrome/browser/sync/profile_sync_test_util.cc
|
| diff --git a/chrome/browser/sync/profile_sync_test_util.cc b/chrome/browser/sync/profile_sync_test_util.cc
|
| index 2c7a7197abc0b2c6b7151f6e43f08095154c9584..939f49d1a1697bb33345e341ca7dd86e8dad74f2 100644
|
| --- a/chrome/browser/sync/profile_sync_test_util.cc
|
| +++ b/chrome/browser/sync/profile_sync_test_util.cc
|
| @@ -28,7 +28,7 @@ ProfileSyncService::InitParams CreateProfileSyncServiceParamsForTest(
|
| auto sync_client = base::MakeUnique<browser_sync::ChromeSyncClient>(profile);
|
|
|
| sync_client->SetSyncApiComponentFactoryForTesting(
|
| - base::MakeUnique<SyncApiComponentFactoryMock>());
|
| + base::MakeUnique<syncer::SyncApiComponentFactoryMock>());
|
|
|
| ProfileSyncService::InitParams init_params =
|
| CreateProfileSyncServiceParamsForTest(std::move(sync_client), profile);
|
| @@ -37,7 +37,7 @@ ProfileSyncService::InitParams CreateProfileSyncServiceParamsForTest(
|
| }
|
|
|
| ProfileSyncService::InitParams CreateProfileSyncServiceParamsForTest(
|
| - std::unique_ptr<sync_driver::SyncClient> sync_client,
|
| + std::unique_ptr<syncer::SyncClient> sync_client,
|
| Profile* profile) {
|
| ProfileSyncService::InitParams init_params;
|
|
|
|
|