| Index: ios/chrome/browser/history/history_service_factory.cc
|
| diff --git a/ios/chrome/browser/history/history_service_factory.cc b/ios/chrome/browser/history/history_service_factory.cc
|
| index 55d0390a906cfbf335a0a406beb6b5a1e799d2a1..6ff8d52985eb890dd58d7fbfb01a5fdf41209415 100644
|
| --- a/ios/chrome/browser/history/history_service_factory.cc
|
| +++ b/ios/chrome/browser/history/history_service_factory.cc
|
| @@ -81,6 +81,7 @@ std::unique_ptr<KeyedService> HistoryServiceFactory::BuildServiceInstanceFor(
|
| browser_state->GetStatePath()))) {
|
| return nullptr;
|
| }
|
| + // TODO(crbug.com/703565): remove std::move() once Xcode 9.0+ is required.
|
| return std::move(history_service);
|
| }
|
|
|
|
|