Index: chrome/browser/autofill/autofill_common_test.cc |
diff --git a/chrome/browser/autofill/autofill_common_test.cc b/chrome/browser/autofill/autofill_common_test.cc |
index 194cd02ff546173a09564104b8c8490d87c40033..5c12a58219703f6104485134b7bc9d21034ce599 100644 |
--- a/chrome/browser/autofill/autofill_common_test.cc |
+++ b/chrome/browser/autofill/autofill_common_test.cc |
@@ -10,8 +10,8 @@ |
#include "chrome/browser/autofill/credit_card.h" |
#include "chrome/browser/password_manager/encryptor.h" |
#include "chrome/browser/profiles/profile.h" |
+#include "chrome/common/form_field_data.h" |
#include "chrome/common/pref_names.h" |
-#include "webkit/forms/form_field.h" |
namespace autofill_test { |
@@ -19,7 +19,7 @@ void CreateTestFormField(const char* label, |
const char* name, |
const char* value, |
const char* type, |
- webkit::forms::FormField* field) { |
+ FormFieldData* field) { |
field->label = ASCIIToUTF16(label); |
field->name = ASCIIToUTF16(name); |
field->value = ASCIIToUTF16(value); |