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

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

Issue 22009003: [Autofill] Distinguish between native field types and potentially HTML field types. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 4 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/autofill_server_field_info.h
diff --git a/components/autofill/core/browser/autofill_server_field_info.h b/components/autofill/core/browser/autofill_server_field_info.h
index a748af1cc053effc18fee79cb8a6667c082aad17..e62cba7d0953417f3a867b3dc79330a5c8435fde 100644
--- a/components/autofill/core/browser/autofill_server_field_info.h
+++ b/components/autofill/core/browser/autofill_server_field_info.h
@@ -13,7 +13,7 @@ namespace autofill {
struct AutofillServerFieldInfo {
// The predicted type returned by the Autofill server for this field.
- AutofillFieldType field_type;
+ ServerFieldType field_type;
// Default value to be used for the field (only applies to
// FIELD_WITH_DEFAULT_TYPE field type)
std::string default_value;
« no previous file with comments | « components/autofill/core/browser/autofill_profile_unittest.cc ('k') | components/autofill/core/browser/autofill_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698