| Index: ios/chrome/browser/translate/chrome_ios_translate_client.mm
|
| diff --git a/ios/chrome/browser/translate/chrome_ios_translate_client.mm b/ios/chrome/browser/translate/chrome_ios_translate_client.mm
|
| index 6338ae52f6c605f1b2ad8902fbe3a0107fe0e092..0d56793609a36775d95fda446839b0da551ec185 100644
|
| --- a/ios/chrome/browser/translate/chrome_ios_translate_client.mm
|
| +++ b/ios/chrome/browser/translate/chrome_ios_translate_client.mm
|
| @@ -86,6 +86,7 @@ std::unique_ptr<infobars::InfoBar> ChromeIOSTranslateClient::CreateInfoBar(
|
| NOTREACHED();
|
| }
|
| infobar->SetController(controller);
|
| + // TODO(crbug.com/703565): remove std::move() once Xcode 9.0+ is required.
|
| return std::move(infobar);
|
| }
|
|
|
|
|