| Index: chrome/browser/autofill/form_group.cc
|
| diff --git a/chrome/browser/autofill/form_group.cc b/chrome/browser/autofill/form_group.cc
|
| index 83f3147f9b7397e9c767c99e69238ad6efe68fce..e99059baf26094215a1e82844f9c349e49ecc44c 100644
|
| --- a/chrome/browser/autofill/form_group.cc
|
| +++ b/chrome/browser/autofill/form_group.cc
|
| @@ -4,6 +4,12 @@
|
|
|
| #include "chrome/browser/autofill/form_group.h"
|
|
|
| +string16 FormGroup::GetPreviewText(const AutoFillType& type) const {
|
| + return GetFieldText(type);
|
| +}
|
| +
|
| +const string16& FormGroup::Label() const { return EmptyString16(); }
|
| +
|
| bool FormGroup::operator!=(const FormGroup& form_group) const {
|
| FieldTypeSet a, b, symmetric_difference;
|
| GetAvailableFieldTypes(&a);
|
|
|