| Index: components/autofill/core/browser/contact_info.h
|
| diff --git a/components/autofill/core/browser/contact_info.h b/components/autofill/core/browser/contact_info.h
|
| index 1e3adc34ca2f93ad425c4a4562d4ab5593b872c8..55ca8abc2f2515d3a59c52540d560778f8ee9fac 100644
|
| --- a/components/autofill/core/browser/contact_info.h
|
| +++ b/components/autofill/core/browser/contact_info.h
|
| @@ -25,7 +25,7 @@ class NameInfo : public FormGroup {
|
|
|
| // Compares |NameInfo| objects for |given_|, |middle_| and |family_| names,
|
| // ignoring their case differences.
|
| - bool ParsedNamesAreEqual(const NameInfo& info);
|
| + bool ParsedNamesAreEqual(const NameInfo& info) const;
|
|
|
| // FormGroup:
|
| base::string16 GetRawInfo(ServerFieldType type) const override;
|
|
|