| 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 25ff5850856a4911b40aa3e6e436c719ee79a073..eaa1fd547eacc9a2b63c08b7e86670686f58a3bb 100644
|
| --- a/components/autofill/core/browser/autofill_external_delegate.cc
|
| +++ b/components/autofill/core/browser/autofill_external_delegate.cc
|
| @@ -249,7 +249,8 @@ void AutofillExternalDelegate::OnCreditCardScanned(
|
| int expiration_year) {
|
| manager_->FillCreditCardForm(
|
| query_id_, query_form_, query_field_,
|
| - CreditCard(card_number, expiration_month, expiration_year));
|
| + CreditCard(card_number, expiration_month, expiration_year),
|
| + base::string16());
|
| }
|
|
|
| void AutofillExternalDelegate::FillAutofillFormData(int unique_id,
|
|
|