| Index: chrome/browser/autofill/form_structure.h
|
| diff --git a/chrome/browser/autofill/form_structure.h b/chrome/browser/autofill/form_structure.h
|
| index 1ba357b905dded19dc02ea9b6a2b0ff318383371..8ce5a1835aaf240cb98856a469e60f0d4143b530 100644
|
| --- a/chrome/browser/autofill/form_structure.h
|
| +++ b/chrome/browser/autofill/form_structure.h
|
| @@ -137,7 +137,7 @@ class FormStructure {
|
| bool has_autofillable_field_;
|
| bool has_password_fields_;
|
|
|
| - // The number of fields able to be autofilled.
|
| + // The number of fields able to be auto-filled.
|
| size_t autofill_count_;
|
|
|
| // A vector of all the input fields in the form. The vector is terminated by
|
|
|