| Index: components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc
|
| diff --git a/components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc b/components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc
|
| index c816f1e5c22fcaf74d80dfde8bd7ed8f6cb30241..037c9b44c8e90d2647e1810a054abc9b27eb0c9f 100644
|
| --- a/components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc
|
| +++ b/components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc
|
| @@ -163,6 +163,7 @@ scoped_ptr<AutofillProfile> ConstructCompleteProfile() {
|
| profile->SetRawInfo(ADDRESS_HOME_SORTING_CODE, ASCIIToUTF16("CEDEX"));
|
| profile->SetRawInfo(ADDRESS_HOME_DEPENDENT_LOCALITY,
|
| ASCIIToUTF16("Santa Clara"));
|
| + profile->set_language_code("en");
|
| return profile.Pass();
|
| }
|
|
|
| @@ -202,6 +203,7 @@ syncer::SyncData ConstructCompleteSyncData() {
|
| specifics->set_address_home_country("US");
|
| specifics->set_address_home_sorting_code("CEDEX");
|
| specifics->set_address_home_dependent_locality("Santa Clara");
|
| + specifics->set_address_home_language_code("en");
|
|
|
| return syncer::SyncData::CreateLocalData(kGuid1, kGuid1, entity_specifics);
|
| }
|
|
|