| 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 aeed7a319a9418f9ed260c2ec8a1942416e454e4..11d6b2bde83d03580a544defa2eb573013f0d620 100644
|
| --- a/components/autofill/core/browser/contact_info.cc
|
| +++ b/components/autofill/core/browser/contact_info.cc
|
| @@ -74,7 +74,7 @@ base::string16 NameInfo::GetRawInfo(AutofillFieldType type) const {
|
|
|
| void NameInfo::SetRawInfo(AutofillFieldType type, const base::string16& value) {
|
| type = AutofillType::GetEquivalentFieldType(type);
|
| - DCHECK_EQ(AutofillType::NAME, AutofillType(type).group());
|
| + DCHECK_EQ(NAME, AutofillType(type).group());
|
| if (type == NAME_FIRST)
|
| first_ = value;
|
| else if (type == NAME_MIDDLE || type == NAME_MIDDLE_INITIAL)
|
|
|