Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(319)

Unified Diff: components/autofill/core/browser/contact_info.h

Issue 1143253012: More work on removing variants from Autofill (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: work around iOS lameness Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « components/autofill/core/browser/autofill_profile_unittest.cc ('k') | components/autofill/core/browser/contact_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698