Chromium Code Reviews| 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..a2e4bd394099c6aa2fa55436c454e3df2b440db2 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; |
| + int max_length; |
| bool is_autofilled; |
| bool is_checked; |
| bool is_checkable; |