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

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

Issue 145553009: rAc: use libaddressinput to validate international addresses. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 11 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | third_party/libaddressinput/chromium/cpp/src/country_rules_aggregator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/browser/autofill_type.h
diff --git a/components/autofill/core/browser/autofill_type.h b/components/autofill/core/browser/autofill_type.h
index 2502136f591c457cd59b59301b9860010a2a2345..70668ae3eb154dd323e9d966ee8c03976710d046 100644
--- a/components/autofill/core/browser/autofill_type.h
+++ b/components/autofill/core/browser/autofill_type.h
@@ -20,7 +20,6 @@ class AutofillType {
AutofillType(const AutofillType& autofill_type);
AutofillType& operator=(const AutofillType& autofill_type);
- ServerFieldType server_type() const { return server_type_; }
HtmlFieldType html_type() const { return html_type_; }
FieldTypeGroup group() const;
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | third_party/libaddressinput/chromium/cpp/src/country_rules_aggregator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698