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..ff3f94d5596ae16c41e4eb39c4cbd51c359469aa 100644 |
--- a/chrome/browser/autofill/autofill_common_test.cc |
+++ b/chrome/browser/autofill/autofill_common_test.cc |
@@ -11,7 +11,7 @@ |
#include "chrome/browser/password_manager/encryptor.h" |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/common/pref_names.h" |
-#include "webkit/forms/form_field.h" |
+#include "content/public/common/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) { |
+ content::FormField* field) { |
field->label = ASCIIToUTF16(label); |
field->name = ASCIIToUTF16(name); |
field->value = ASCIIToUTF16(value); |