| Index: ios/chrome/browser/ui/autofill/autofill_save_card_infobar.mm
|
| diff --git a/ios/chrome/browser/ui/autofill/autofill_save_card_infobar.mm b/ios/chrome/browser/ui/autofill/autofill_save_card_infobar.mm
|
| index 0f34f3dd6bcb464af9235d14ce0af8437eb222a4..3f07713ab20444702b257f59e6df13bcffca8368 100644
|
| --- a/ios/chrome/browser/ui/autofill/autofill_save_card_infobar.mm
|
| +++ b/ios/chrome/browser/ui/autofill/autofill_save_card_infobar.mm
|
| @@ -11,8 +11,8 @@
|
|
|
| namespace autofill {
|
|
|
| -scoped_ptr<infobars::InfoBar> CreateSaveCardInfoBarMobile(
|
| - scoped_ptr<AutofillSaveCardInfoBarDelegateMobile> delegate) {
|
| +std::unique_ptr<infobars::InfoBar> CreateSaveCardInfoBarMobile(
|
| + std::unique_ptr<AutofillSaveCardInfoBarDelegateMobile> delegate) {
|
| // TODO(jdonnelly): Implement iOS save card infobar. http://crbug.com/535784
|
| return ::CreateConfirmInfoBar(std::move(delegate));
|
| }
|
|
|