Index: components/autofill/core/common/form_field_data.h |
diff --git a/components/autofill/core/common/form_field_data.h b/components/autofill/core/common/form_field_data.h |
index f711b77c829929f26e60af5e1e1539193fc397f1..03172390c5e1e24887bfb2dc65f19c31f8f643dc 100644 |
--- a/components/autofill/core/common/form_field_data.h |
+++ b/components/autofill/core/common/form_field_data.h |
@@ -45,7 +45,7 @@ struct FormFieldData { |
base::string16 value; |
std::string form_control_type; |
std::string autocomplete_attribute; |
- size_t max_length; |
+ uint32_t max_length; |
bool is_autofilled; |
bool is_checked; |
bool is_checkable; |