diff options
Diffstat (limited to 'chrome/browser/autofill/form_group.cc')
-rw-r--r-- | chrome/browser/autofill/form_group.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/autofill/form_group.cc b/chrome/browser/autofill/form_group.cc index e99059b..7e91bc3 100644 --- a/chrome/browser/autofill/form_group.cc +++ b/chrome/browser/autofill/form_group.cc @@ -8,7 +8,7 @@ string16 FormGroup::GetPreviewText(const AutoFillType& type) const { return GetFieldText(type); } -const string16& FormGroup::Label() const { return EmptyString16(); } +const string16 FormGroup::Label() const { return string16(); } bool FormGroup::operator!=(const FormGroup& form_group) const { FieldTypeSet a, b, symmetric_difference; |