summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/field_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/autofill/field_types.h')
-rw-r--r--chrome/browser/autofill/field_types.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/browser/autofill/field_types.h b/chrome/browser/autofill/field_types.h
index 903af7e..d202a2e 100644
--- a/chrome/browser/autofill/field_types.h
+++ b/chrome/browser/autofill/field_types.h
@@ -7,6 +7,12 @@
#include <set>
+typedef enum _AddressType {
+ kGenericAddress = 0,
+ kBillingAddress,
+ kShippingAddress
+} 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