| 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 2d7dcd7dbf4b3bb638575afb091682565c3b96a3..3ec73b4cf3a914d801bd8a17f7694d95b4d4f565 100644
|
| --- a/components/autofill/core/browser/form_field.h
|
| +++ b/components/autofill/core/browser/form_field.h
|
| @@ -30,7 +30,7 @@ class FormField {
|
| // Each field has a derived unique name that is used as the key into the
|
| // returned FieldCandidatesMap.
|
| static FieldCandidatesMap ParseFormFields(
|
| - const std::vector<AutofillField*>& fields,
|
| + const std::vector<std::unique_ptr<AutofillField>>& fields,
|
| bool is_form_tag);
|
|
|
| protected:
|
|
|