| 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 82a6d670a75666653ddc900ea3b480499efa17c8..a1c6315f47780f881acd6c3bfb3276a38d56bd7e 100644
|
| --- a/components/autofill/core/browser/autofill_external_delegate.cc
|
| +++ b/components/autofill/core/browser/autofill_external_delegate.cc
|
| @@ -111,7 +111,7 @@ void AutofillExternalDelegate::OnSuggestionsReturned(
|
| if (manager_->ShouldShowScanCreditCard(query_form_, query_field_)) {
|
| values.push_back(l10n_util::GetStringUTF16(IDS_AUTOFILL_SCAN_CREDIT_CARD));
|
| labels.push_back(base::string16());
|
| - icons.push_back(base::string16());
|
| + icons.push_back(base::ASCIIToUTF16("scanCreditCardIcon"));
|
| ids.push_back(POPUP_ITEM_ID_SCAN_CREDIT_CARD);
|
| }
|
|
|
|
|