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 a99b3751aed06f750373e5158b12d157dd639c22..7be33a99e5fa9022648055d0beca06cee627428b 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())); |