| Index: components/autofill/core/browser/form_field.h
|
| diff --git a/components/autofill/core/browser/form_field.h b/components/autofill/core/browser/form_field.h
|
| index 43714ad60a70c682c237d0bd2ed81d2465a51f78..19fdeab8de7a36a8562b6e6b4c1f72bf39ab33a7 100644
|
| --- a/components/autofill/core/browser/form_field.h
|
| +++ b/components/autofill/core/browser/form_field.h
|
| @@ -29,6 +29,7 @@ class FormField {
|
| // The association is stored into |map|. Each field has a derived unique name
|
| // that is used as the key into the |map|.
|
| static void ParseFormFields(const std::vector<AutofillField*>& fields,
|
| + bool is_in_form_tag,
|
| ServerFieldTypeMap* map);
|
|
|
| protected:
|
|
|