Chromium Code Reviews| 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..d51b0b4ee5010b8161b8ad74e900154c87649906 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 |frist_|, |middle_| and |last_| names, |
|
Ilya Sherman
2014/06/16 20:28:18
nit: "frist" -> "first"
Pritam Nikam
2014/06/18 08:27:18
Done.
|
| + // ignoring their case differences. |
| + bool EqualsIgnoreCase(const NameInfo& info); |
| + |
| // FormGroup: |
| virtual base::string16 GetRawInfo(ServerFieldType type) const OVERRIDE; |
| virtual void SetRawInfo(ServerFieldType type, |