| Index: components/autofill/core/browser/form_structure.h
|
| diff --git a/components/autofill/core/browser/form_structure.h b/components/autofill/core/browser/form_structure.h
|
| index 09c4ee13b8938b74585556dd15ed95e5aeda9455..e984a5f1514a86057e894c0ef519bb716d186439 100644
|
| --- a/components/autofill/core/browser/form_structure.h
|
| +++ b/components/autofill/core/browser/form_structure.h
|
| @@ -116,7 +116,8 @@ class FormStructure {
|
| bool ShouldBeCrowdsourced() const;
|
|
|
| // Sets the field types to be those set for |cached_form|.
|
| - void UpdateFromCache(const FormStructure& cached_form);
|
| + void UpdateFromCache(const FormStructure& cached_form,
|
| + const bool apply_is_autofilled);
|
|
|
| // Logs quality metrics for |this|, which should be a user-submitted form.
|
| // This method should only be called after the possible field types have been
|
|
|