| Index: components/autofill/core/browser/contact_info.cc
|
| diff --git a/components/autofill/core/browser/contact_info.cc b/components/autofill/core/browser/contact_info.cc
|
| index b3ef9857474559579a4360cc43d61e3b0273dbe3..9bd91c3076a5dd74d9c937424d7c743f9ecf58f9 100644
|
| --- a/components/autofill/core/browser/contact_info.cc
|
| +++ b/components/autofill/core/browser/contact_info.cc
|
| @@ -16,15 +16,6 @@
|
|
|
| namespace autofill {
|
|
|
| -static const ServerFieldType kAutofillNameInfoTypes[] = {
|
| - NAME_FIRST,
|
| - NAME_MIDDLE,
|
| - NAME_LAST
|
| -};
|
| -
|
| -static const size_t kAutofillNameInfoLength =
|
| - arraysize(kAutofillNameInfoTypes);
|
| -
|
| NameInfo::NameInfo() {}
|
|
|
| NameInfo::NameInfo(const NameInfo& info) : FormGroup() {
|
|
|