14 lines
856 B
Diff
14 lines
856 B
Diff
diff --git a/ios/chrome/browser/sync/model/sync_service_factory.mm b/ios/chrome/browser/sync/model/sync_service_factory.mm
|
|
index e6cc9a124392044742ac04c502c08c56f0c2470a..b563ed25178bd37d7d81e37c1789e0af1e9ae787 100644
|
|
--- a/ios/chrome/browser/sync/model/sync_service_factory.mm
|
|
+++ b/ios/chrome/browser/sync/model/sync_service_factory.mm
|
|
@@ -229,7 +229,7 @@ std::unique_ptr<KeyedService> BuildSyncService(ProfileIOS* profile) {
|
|
init_params.debug_identifier = profile->GetProfileName();
|
|
init_params.os_crypt_async = GetApplicationContext()->GetOSCryptAsync();
|
|
auto sync_service =
|
|
- std::make_unique<syncer::SyncServiceImpl>(std::move(init_params));
|
|
+ BRAVE_BUILD_SERVICE_INSTANCE_FOR
|
|
sync_service->Initialize(CreateControllers(profile, sync_service.get()));
|
|
|
|
password_manager::PasswordReceiverService* password_receiver_service =
|