| Index: chrome/browser/autofill/form_group.cc
|
| diff --git a/chrome/browser/autofill/form_group.cc b/chrome/browser/autofill/form_group.cc
|
| index f702a3afab744991285ccbd8adfd627186508d87..c3627e4afeb14c44f7edc1f231e3978019c800e9 100644
|
| --- a/chrome/browser/autofill/form_group.cc
|
| +++ b/chrome/browser/autofill/form_group.cc
|
| @@ -12,7 +12,7 @@ string16 FormGroup::GetPreviewText(const AutoFillType& type) const {
|
| return GetFieldText(type);
|
| }
|
|
|
| -const string16 FormGroup::Label() const { return string16(); }
|
| +string16 FormGroup::Label() const { return string16(); }
|
|
|
| bool FormGroup::operator!=(const FormGroup& form_group) const {
|
| FieldTypeSet a, b, symmetric_difference;
|
|
|