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 007be1be81f5ebb2e5fecb3c8d23aa9f583f962e..6a37696b87ba87f9e497a2be40a03bdbe849ef04 100644 |
--- a/components/autofill/core/browser/contact_info.h |
+++ b/components/autofill/core/browser/contact_info.h |
@@ -23,6 +23,10 @@ class NameInfo : public FormGroup { |
NameInfo& operator=(const NameInfo& info); |
+ // Compares |NameInfo| objects for |first_|, |middle_| and |last_| names, |
+ // ignoring their case differences. |
+ bool EqualsIgnoreCase(const NameInfo& info); |
+ |
// FormGroup: |
virtual base::string16 GetRawInfo(ServerFieldType type) const OVERRIDE; |
virtual void SetRawInfo(ServerFieldType type, |