| Index: ios/chrome/browser/passwords/ios_chrome_update_password_infobar_delegate.h
|
| diff --git a/ios/chrome/browser/passwords/ios_chrome_update_password_infobar_delegate.h b/ios/chrome/browser/passwords/ios_chrome_update_password_infobar_delegate.h
|
| index 89ce42e39578eb37e6f0357898dc81ae75ed7a41..d720ba253ccdaac9329c0ab154e83d5384fbee35 100644
|
| --- a/ios/chrome/browser/passwords/ios_chrome_update_password_infobar_delegate.h
|
| +++ b/ios/chrome/browser/passwords/ios_chrome_update_password_infobar_delegate.h
|
| @@ -58,9 +58,9 @@ class IOSChromeUpdatePasswordInfoBarDelegate
|
| // ConfirmInfoBarDelegate implementation.
|
| infobars::InfoBarDelegate::InfoBarIdentifier GetIdentifier() const override;
|
| base::string16 GetMessageText() const override;
|
| + int GetButtons() const override;
|
| base::string16 GetButtonLabel(InfoBarButton button) const override;
|
| bool Accept() override;
|
| - bool Cancel() override;
|
|
|
| // The credential that should be displayed in the infobar, and for which the
|
| // password will be updated.
|
|
|