| Index: components/autofill/core/browser/autofill_manager_unittest.cc
|
| diff --git a/components/autofill/core/browser/autofill_manager_unittest.cc b/components/autofill/core/browser/autofill_manager_unittest.cc
|
| index bf5679e21ec0ff33c0279370b203383ba36d5792..5e5defcde77ae65ae155c13d391c317b1a8aa015 100644
|
| --- a/components/autofill/core/browser/autofill_manager_unittest.cc
|
| +++ b/components/autofill/core/browser/autofill_manager_unittest.cc
|
| @@ -1629,8 +1629,8 @@ TEST_F(AutofillManagerTest,
|
| kDefaultPageID,
|
| Suggestion(l10n_util::GetStringUTF8(
|
| IDS_AUTOFILL_CREDIT_CARD_HTTP_WARNING_MESSAGE),
|
| - "", "httpWarning",
|
| - POPUP_ITEM_ID_HTTP_NOT_SECURE_WARNING_MESSAGE),
|
| + l10n_util::GetStringUTF8(IDS_AUTOFILL_HTTP_WARNING_LEARN_MORE),
|
| + "httpWarning", POPUP_ITEM_ID_HTTP_NOT_SECURE_WARNING_MESSAGE),
|
| Suggestion(
|
| l10n_util::GetStringUTF8(IDS_AUTOFILL_WARNING_INSECURE_CONNECTION),
|
| "", "", POPUP_ITEM_ID_INSECURE_CONTEXT_PAYMENT_DISABLED_MESSAGE));
|
|
|