| 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);
|
|
|
|
|