Index: chrome/browser/autofill/form_structure.cc |
diff --git a/chrome/browser/autofill/form_structure.cc b/chrome/browser/autofill/form_structure.cc |
index 6e018a10d237ca39a1d56a8cd95a47b29cc7da38..9ea2dfb0b6819df2dd4c0dc40de2f328b3d14169 100644 |
--- a/chrome/browser/autofill/form_structure.cc |
+++ b/chrome/browser/autofill/form_structure.cc |
@@ -61,6 +61,7 @@ FormStructure::FormStructure(const FormData& form) |
: form_name_(form.name), |
source_url_(form.origin), |
target_url_(form.action), |
+ locale_(form.locale), |
has_credit_card_field_(false), |
has_autofillable_field_(false), |
has_password_fields_(false), |