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

Unified Diff: chrome/browser/autofill/field_types.h

Issue 2818033: AutoFill: Aggregate profile data. Remove the AutoFill InfoBar. (Closed)
Patch Set: Comment. Created 10 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
« no previous file with comments | « chrome/browser/autofill/credit_card_unittest.cc ('k') | chrome/browser/autofill/form_group.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/field_types.h
diff --git a/chrome/browser/autofill/field_types.h b/chrome/browser/autofill/field_types.h
index ff713c2bf0bc9b3d3a10678501cab3d5adab318c..934fa45c2db4db5bf4cfa2b5b319279fa71e3c26 100644
--- a/chrome/browser/autofill/field_types.h
+++ b/chrome/browser/autofill/field_types.h
@@ -15,8 +15,8 @@ typedef enum _AddressType {
// NOTE: This list MUST not be modified. The server aggregates and stores these
// types over several versions, so we must remain fully compatible with the
-// autofill server, which is itself backward-compatible. The list must be kept
-// up to date with the autofill server list.
+// AutoFill server, which is itself backward-compatible. The list must be kept
+// up to date with the AutoFill server list.
//
// This is the list of all valid field types.
typedef enum _FieldType {
« no previous file with comments | « chrome/browser/autofill/credit_card_unittest.cc ('k') | chrome/browser/autofill/form_group.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698