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

Unified Diff: ios/chrome/browser/signin/authentication_service_factory.mm

Issue 2762973002: [ios] Add TODO to record usages of "return std::move(foo)" pattern. (Closed)
Patch Set: Created 3 years, 9 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/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);
}
« no previous file with comments | « ios/chrome/browser/signin/account_tracker_service_factory.cc ('k') | ios/chrome/browser/signin/fake_signin_manager_builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698