| Index: ios/chrome/browser/signin/authentication_service_factory.mm
|
| diff --git a/ios/chrome/browser/signin/authentication_service_factory.mm b/ios/chrome/browser/signin/authentication_service_factory.mm
|
| index b2f7d7fc23feb2b0cf895b538b3201b5c4b18391..8910744f5ddad07a5721f43c6886e268820d3401 100644
|
| --- a/ios/chrome/browser/signin/authentication_service_factory.mm
|
| +++ b/ios/chrome/browser/signin/authentication_service_factory.mm
|
| @@ -58,6 +58,7 @@ AuthenticationServiceFactory::BuildServiceInstanceFor(
|
| OAuth2TokenServiceFactory::GetForBrowserState(browser_state),
|
| SyncSetupServiceFactory::GetForBrowserState(browser_state)));
|
| service->Initialize();
|
| + // TODO(crbug.com/703565): remove std::move() once Xcode 9.0+ is required.
|
| return std::move(service);
|
| }
|
|
|
|
|