Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1034)

Unified Diff: chrome/browser/sync/profile_sync_test_util.cc

Issue 2388673002: Revert of [Sync] Move //components/sync to the syncer namespace. (patchset #5 id:40001 of https://co (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 939f49d1a1697bb33345e341ca7dd86e8dad74f2..2c7a7197abc0b2c6b7151f6e43f08095154c9584 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<syncer::SyncApiComponentFactoryMock>());
+ base::MakeUnique<SyncApiComponentFactoryMock>());
ProfileSyncService::InitParams init_params =
CreateProfileSyncServiceParamsForTest(std::move(sync_client), profile);
@@ -37,7 +37,7 @@ ProfileSyncService::InitParams CreateProfileSyncServiceParamsForTest(
}
ProfileSyncService::InitParams CreateProfileSyncServiceParamsForTest(
- std::unique_ptr<syncer::SyncClient> sync_client,
+ std::unique_ptr<sync_driver::SyncClient> sync_client,
Profile* profile) {
ProfileSyncService::InitParams init_params;
« no previous file with comments | « chrome/browser/sync/profile_sync_test_util.h ('k') | chrome/browser/sync/sessions/sessions_sync_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698