summaryrefslogtreecommitdiffstats
path: root/components/autofill/core/browser/field_candidates.cc
diff options
context:
space:
mode:
Diffstat (limited to 'components/autofill/core/browser/field_candidates.cc')
-rw-r--r--components/autofill/core/browser/field_candidates.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/autofill/core/browser/field_candidates.cc b/components/autofill/core/browser/field_candidates.cc
index d133b08..142e435 100644
--- a/components/autofill/core/browser/field_candidates.cc
+++ b/components/autofill/core/browser/field_candidates.cc
@@ -16,6 +16,8 @@ FieldCandidate::FieldCandidate(ServerFieldType field_type, float field_score)
FieldCandidates::FieldCandidates() {}
+FieldCandidates::FieldCandidates(const FieldCandidates& other) = default;
+
FieldCandidates::~FieldCandidates() {}
void FieldCandidates::AddFieldCandidate(ServerFieldType type, float score) {