diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-20 22:49:47 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-20 22:49:47 +0000 |
commit | 51bd36619bfaa05e98b3a6f58d48aaca6a66e307 (patch) | |
tree | 93b978a5ac16359aee752c8d41413e24410fc51d /webkit/webkit.gyp | |
parent | 655aa8d8075c12a8846bedfb080ab71f4231aaa0 (diff) | |
download | chromium_src-51bd36619bfaa05e98b3a6f58d48aaca6a66e307.zip chromium_src-51bd36619bfaa05e98b3a6f58d48aaca6a66e307.tar.gz chromium_src-51bd36619bfaa05e98b3a6f58d48aaca6a66e307.tar.bz2 |
Rename AutoFillForm to FormFieldValues to better reflect the purpose of the data structure.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/306014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29580 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r-- | webkit/webkit.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index 89e0b47..3ef4f5a 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -541,8 +541,6 @@ 'glue/plugins/webplugin_delegate_impl_win.cc', 'glue/alt_error_page_resource_fetcher.cc', 'glue/alt_error_page_resource_fetcher.h', - 'glue/autofill_form.cc', - 'glue/autofill_form.h', 'glue/back_forward_list_client_impl.cc', 'glue/back_forward_list_client_impl.h', 'glue/chrome_client_impl.cc', @@ -569,6 +567,8 @@ 'glue/entity_map.cc', 'glue/entity_map.h', 'glue/form_data.h', + 'glue/form_field_values.cc', + 'glue/form_field_values.h', 'glue/ftp_directory_listing_response_delegate.cc', 'glue/ftp_directory_listing_response_delegate.h', 'glue/glue_accessibility_object.cc', |