| Index: components/autofill/core/browser/autofill_save_card_infobar_delegate_mobile.cc
|
| diff --git a/components/autofill/core/browser/autofill_save_card_infobar_delegate_mobile.cc b/components/autofill/core/browser/autofill_save_card_infobar_delegate_mobile.cc
|
| index 471e0d2fbf3bc0092386efbfcb7fd8e300fab205..4343a1fc264068ec7a818afbda2587a3bbd6263c 100644
|
| --- a/components/autofill/core/browser/autofill_save_card_infobar_delegate_mobile.cc
|
| +++ b/components/autofill/core/browser/autofill_save_card_infobar_delegate_mobile.cc
|
| @@ -97,7 +97,7 @@ base::string16 AutofillSaveCardInfoBarDelegateMobile::GetButtonLabel(
|
| InfoBarButton button) const {
|
| return l10n_util::GetStringUTF16(button == BUTTON_OK
|
| ? IDS_AUTOFILL_SAVE_CARD_PROMPT_ACCEPT
|
| - : IDS_AUTOFILL_SAVE_CARD_PROMPT_DENY);
|
| + : IDS_NO_THANKS);
|
| }
|
|
|
| bool AutofillSaveCardInfoBarDelegateMobile::Accept() {
|
|
|