| 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 079a0413a904813db186b234a5e4ff3a844fc1f4..10520f07a527dee70d04f6833badcb820dffa931 100644
|
| --- a/components/autofill/core/browser/contact_info.cc
|
| +++ b/components/autofill/core/browser/contact_info.cc
|
| @@ -160,7 +160,7 @@ NameInfo& NameInfo::operator=(const NameInfo& info) {
|
| return *this;
|
| }
|
|
|
| -bool NameInfo::ParsedNamesAreEqual(const NameInfo& info) {
|
| +bool NameInfo::ParsedNamesAreEqual(const NameInfo& info) const {
|
| l10n::CaseInsensitiveCompare compare;
|
| return compare.StringsEqual(given_, info.given_) &&
|
| compare.StringsEqual(middle_, info.middle_) &&
|
|
|