summaryrefslogtreecommitdiff
path: root/chromium/components/autofill/core/browser/suggestion.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/autofill/core/browser/suggestion.cc')
-rw-r--r--chromium/components/autofill/core/browser/suggestion.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/components/autofill/core/browser/suggestion.cc b/chromium/components/autofill/core/browser/suggestion.cc
index 5f36fe5be81..c98e0cab5ec 100644
--- a/chromium/components/autofill/core/browser/suggestion.cc
+++ b/chromium/components/autofill/core/browser/suggestion.cc
@@ -16,6 +16,7 @@ Suggestion::Suggestion(const Suggestion& other)
frontend_id(other.frontend_id),
value(other.value),
label(other.label),
+ additional_label(other.additional_label),
custom_icon(other.custom_icon),
icon(other.icon),
match(other.match),