| Index: ios/chrome/browser/signin/account_tracker_service_factory.cc
|
| diff --git a/ios/chrome/browser/signin/account_tracker_service_factory.cc b/ios/chrome/browser/signin/account_tracker_service_factory.cc
|
| index 8ce413c393c6345c65be7056072670af3fe37100..db9c8b7d36544a6a8a5996c83c5bd082557c03a3 100644
|
| --- a/ios/chrome/browser/signin/account_tracker_service_factory.cc
|
| +++ b/ios/chrome/browser/signin/account_tracker_service_factory.cc
|
| @@ -48,6 +48,7 @@ AccountTrackerServiceFactory::BuildServiceInstanceFor(
|
| std::unique_ptr<AccountTrackerService> service(new AccountTrackerService());
|
| service->Initialize(
|
| SigninClientFactory::GetForBrowserState(chrome_browser_state));
|
| + // TODO(crbug.com/703565): remove std::move() once Xcode 9.0+ is required.
|
| return std::move(service);
|
| }
|
|
|
|
|