| Index: components/autofill/core/browser/server_field_types_util.cc
|
| diff --git a/components/autofill/core/browser/server_field_types_util.cc b/components/autofill/core/browser/server_field_types_util.cc
|
| index 1d004f5ca5503eb7dcf92a380e940c7f46b009eb..6d27d3e576accf67878db0794f353cdc4d060822 100644
|
| --- a/components/autofill/core/browser/server_field_types_util.cc
|
| +++ b/components/autofill/core/browser/server_field_types_util.cc
|
| @@ -51,7 +51,7 @@ bool ServerTypeMatchesField(DialogSection section,
|
| AutofillType field_type = field.Type();
|
|
|
| // The credit card name is filled from the billing section's data.
|
| - if (field_type.GetStorableType() == CREDIT_CARD_NAME &&
|
| + if (field_type.GetStorableType() == CREDIT_CARD_NAME_FULL &&
|
| section == SECTION_BILLING) {
|
| return type == NAME_BILLING_FULL;
|
| }
|
|
|