diff options
author | isherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-17 00:23:27 +0000 |
---|---|---|
committer | isherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-17 00:23:27 +0000 |
commit | 5efd462dd2e75dbaecd489938859ff2e91550fdd (patch) | |
tree | da33623af72dcc1464b1b9c2ad6c74da785f646a /components/autofill.gypi | |
parent | adcb45692778cbc5101e82a9f5ccff65cdc37d83 (diff) | |
download | chromium_src-5efd462dd2e75dbaecd489938859ff2e91550fdd.zip chromium_src-5efd462dd2e75dbaecd489938859ff2e91550fdd.tar.gz chromium_src-5efd462dd2e75dbaecd489938859ff2e91550fdd.tar.bz2 |
[Autofill] Move IsValidState() into validation.h
BUG=none
Review URL: https://codereview.chromium.org/14148004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194497 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/autofill.gypi')
-rw-r--r-- | components/autofill.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/autofill.gypi b/components/autofill.gypi index 00f31c0..1fa9d96 100644 --- a/components/autofill.gypi +++ b/components/autofill.gypi @@ -206,6 +206,8 @@ 'autofill/browser/phone_number_i18n.h', 'autofill/browser/risk/fingerprint.cc', 'autofill/browser/risk/fingerprint.h', + 'autofill/browser/state_names.cc', + 'autofill/browser/state_names.h', 'autofill/browser/validation.cc', 'autofill/browser/validation.h', 'autofill/browser/wallet/cart.cc', |