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

Unified Diff: ios/chrome/browser/sync/ios_chrome_profile_sync_test_util.h

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: ios/chrome/browser/sync/ios_chrome_profile_sync_test_util.h
diff --git a/ios/chrome/browser/sync/ios_chrome_profile_sync_test_util.h b/ios/chrome/browser/sync/ios_chrome_profile_sync_test_util.h
index 098ca117428482bc635ce1d43ed63fe8b997267f..6f5e05b45d246b0646acb1de2db3cbeee75b7dac 100644
--- a/ios/chrome/browser/sync/ios_chrome_profile_sync_test_util.h
+++ b/ios/chrome/browser/sync/ios_chrome_profile_sync_test_util.h
@@ -13,7 +13,7 @@ namespace ios {
class ChromeBrowserState;
}
-namespace syncer {
+namespace sync_driver {
class SyncClient;
}
@@ -25,7 +25,7 @@ class BrowserState;
// is null, a fresh one is created.
browser_sync::ProfileSyncService::InitParams
CreateProfileSyncServiceParamsForTest(
- std::unique_ptr<syncer::SyncClient> sync_client,
+ std::unique_ptr<sync_driver::SyncClient> sync_client,
ios::ChromeBrowserState* browser_state);
// Helper routine to be used in conjunction with
« no previous file with comments | « ios/chrome/browser/sync/glue/sync_start_util.cc ('k') | ios/chrome/browser/sync/ios_chrome_profile_sync_test_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698