| Index: components/autofill/core/browser/field_candidates.h
|
| diff --git a/components/autofill/core/browser/field_candidates.h b/components/autofill/core/browser/field_candidates.h
|
| index 16a6a24459477f972077625eeed2dc9b73ad23a1..e1d7ef6a58aa0a7e535e7ee4d955f7709ac14442 100644
|
| --- a/components/autofill/core/browser/field_candidates.h
|
| +++ b/components/autofill/core/browser/field_candidates.h
|
| @@ -29,6 +29,7 @@ struct FieldCandidate {
|
| class FieldCandidates {
|
| public:
|
| FieldCandidates();
|
| + FieldCandidates(const FieldCandidates& other);
|
| ~FieldCandidates();
|
|
|
| // Includes a possible |type| for a given field.
|
|
|