| Index: components/autofill/core/browser/autofill_external_delegate.cc | 
| diff --git a/components/autofill/core/browser/autofill_external_delegate.cc b/components/autofill/core/browser/autofill_external_delegate.cc | 
| index 54f0d7f4cfca2a811c40e39dcd4e1192345c6f7c..fa5c795ff331185a0902540d5a53e1675dec8266 100644 | 
| --- a/components/autofill/core/browser/autofill_external_delegate.cc | 
| +++ b/components/autofill/core/browser/autofill_external_delegate.cc | 
| @@ -104,9 +104,8 @@ void AutofillExternalDelegate::OnSuggestionsReturned( | 
| if (base::CommandLine::ForCurrentProcess()->HasSwitch( | 
| switches::kEnableWalletCardImport)) { | 
| // For now, add a fake masked card. | 
| -    suggestions.push_back(Suggestion( | 
| -        "Visa - 1111", "[tap to unlock]", "", | 
| -        POPUP_ITEM_ID_FAKE_MASKED_INSTRUMENT)); | 
| +    suggestions.push_back(Suggestion("Amex - 8431", "[tap to unlock]", "", | 
| +                                     POPUP_ITEM_ID_FAKE_MASKED_INSTRUMENT)); | 
| } | 
|  | 
| // Add a separator to go between the values and menu items. | 
|  |