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

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

Issue 2354613002: [Sync] Fix namespaces for the browser_sync component. (Closed)
Patch Set: Address comments. Created 4 years, 3 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 260599b8a1abfa8bebc206fae0c5fa206e47e1d5..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
@@ -23,7 +23,8 @@ class BrowserState;
// Helper method for constructing ProfileSyncService mocks. If |sync_client|
// is null, a fresh one is created.
-ProfileSyncService::InitParams CreateProfileSyncServiceParamsForTest(
+browser_sync::ProfileSyncService::InitParams
+CreateProfileSyncServiceParamsForTest(
std::unique_ptr<sync_driver::SyncClient> sync_client,
ios::ChromeBrowserState* browser_state);

Powered by Google App Engine
This is Rietveld 408576698