summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_browser.gypi
diff options
context:
space:
mode:
authorisherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-17 00:10:45 +0000
committerisherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-17 00:10:45 +0000
commit0cffe5f51763cb050e689831fe1658bd23769869 (patch)
tree1eec9bcf130cae87654b49c4aadfa5c3cbcbfd33 /chrome/chrome_browser.gypi
parentd14c014bbd06caef193759a0e7bcef9eafd980a6 (diff)
downloadchromium_src-0cffe5f51763cb050e689831fe1658bd23769869.zip
chromium_src-0cffe5f51763cb050e689831fe1658bd23769869.tar.gz
chromium_src-0cffe5f51763cb050e689831fe1658bd23769869.tar.bz2
Clean up Autofill address code.
* Merge HomeAddress into Address, since there are no other subclasses. * Eliminate unhelpful wrapper functions * Get rid of Apartment Number code, since we always store that as generic line 2 data. BUG=none TEST=none Review URL: http://codereview.chromium.org/6533011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75207 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r--chrome/chrome_browser.gypi2
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 83d77a3..7026b30 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -203,8 +203,6 @@
'browser/autofill/form_group.h',
'browser/autofill/form_structure.cc',
'browser/autofill/form_structure.h',
- 'browser/autofill/home_address.cc',
- 'browser/autofill/home_address.h',
'browser/autofill/home_phone_number.cc',
'browser/autofill/home_phone_number.h',
'browser/autofill/name_field.cc',