Index: sync/protocol/proto_value_conversions.cc |
diff --git a/sync/protocol/proto_value_conversions.cc b/sync/protocol/proto_value_conversions.cc |
index 4e89928a41370d432c9030374cdb582e8f14793f..e1c9fe416f2f30fe85e8f1c3e5ecaa431eabcffb 100644 |
--- a/sync/protocol/proto_value_conversions.cc |
+++ b/sync/protocol/proto_value_conversions.cc |
@@ -438,6 +438,7 @@ base::DictionaryValue* AutofillProfileSpecificsToValue( |
SET_STR(address_home_street_address); |
SET_STR(address_home_sorting_code); |
SET_STR(address_home_dependent_locality); |
+ SET_STR(address_home_language_code); |
SET_STR_REP(phone_home_whole_number); |
return value; |