summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/field_types.h
diff options
context:
space:
mode:
authorisherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-23 04:48:42 +0000
committerisherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-23 04:48:42 +0000
commitd776fbf0f45a3d435449740b1c8973b8866231fa (patch)
tree2948e46a062854e85da3dfb0d8a9acd500ac52f1 /chrome/browser/autofill/field_types.h
parente057d76bef026584a5170bae0a47a98b068cb6f0 (diff)
downloadchromium_src-d776fbf0f45a3d435449740b1c8973b8866231fa.zip
chromium_src-d776fbf0f45a3d435449740b1c8973b8866231fa.tar.gz
chromium_src-d776fbf0f45a3d435449740b1c8973b8866231fa.tar.bz2
Move AddressType enum from field_types.h to address_field.h
BUG=none TEST=none Review URL: http://codereview.chromium.org/7695015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97818 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autofill/field_types.h')
-rw-r--r--chrome/browser/autofill/field_types.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/autofill/field_types.h b/chrome/browser/autofill/field_types.h
index ca02dff..7e1bc37 100644
--- a/chrome/browser/autofill/field_types.h
+++ b/chrome/browser/autofill/field_types.h
@@ -8,12 +8,6 @@
#include <set>
-enum AddressType {
- kGenericAddress = 0,
- kBillingAddress,
- kShippingAddress
-};
-
// 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