| Index: components/autofill/core/browser/webdata/autofill_wallet_syncable_service.cc
|
| diff --git a/components/autofill/core/browser/webdata/autofill_wallet_syncable_service.cc b/components/autofill/core/browser/webdata/autofill_wallet_syncable_service.cc
|
| index 2cd09090638c210c0eb0abd5c2353a24e2b02a79..4d4ec1ec4fcf86d92352870577ac8950643a3833 100644
|
| --- a/components/autofill/core/browser/webdata/autofill_wallet_syncable_service.cc
|
| +++ b/components/autofill/core/browser/webdata/autofill_wallet_syncable_service.cc
|
| @@ -84,6 +84,7 @@ AutofillProfile ProfileFromSpecifics(
|
| profile.SetRawInfo(ADDRESS_HOME_STREET_ADDRESS,
|
| base::UTF8ToUTF16(JoinString(street_address, '\n')));
|
|
|
| + profile.SetRawInfo(NAME_FULL, base::UTF8ToUTF16(address.recipient_name()));
|
| profile.SetRawInfo(COMPANY_NAME, base::UTF8ToUTF16(address.company_name()));
|
| profile.SetRawInfo(ADDRESS_HOME_STATE,
|
| base::UTF8ToUTF16(address.address_1()));
|
|
|