commit | b143821ab651df119648c0a201b6ab4bf616a500 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Sat Apr 03 00:30:59 2010 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Sat Apr 03 00:30:59 2010 |
tree | bb9946d52d2d1937bbfc3d2de641a0fabca80c3f | |
parent | 89098b14454bd3e9ec38c98084e1e0488de67fb3 [diff] [blame] |
AutoFill: Use the FormManager cache to send forms to the AutoFillManager. Remove the FormFieldValues class and replace its usage with FormData. BUG=38325,33032 TEST=none Review URL: http://codereview.chromium.org/1606005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43555 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/autofill/credit_card_field_unittest.cc b/chrome/browser/autofill/credit_card_field_unittest.cc index efadf7a6b..dbd9923 100644 --- a/chrome/browser/autofill/credit_card_field_unittest.cc +++ b/chrome/browser/autofill/credit_card_field_unittest.cc
@@ -6,7 +6,7 @@ #include "base/scoped_vector.h" #include "chrome/browser/autofill/credit_card_field.h" #include "testing/gtest/include/gtest/gtest.h" -#include "webkit/glue/form_field_values.h" +#include "webkit/glue/form_field.h" namespace {