| 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 b4c3ad71bbc4dd96634711cfef46a3512c24ba4b..99ff3acc61a7033f87d55641fd1c7ad964ad7b90 100644
|
| --- a/chrome/browser/autofill/autofill_common_test.cc
|
| +++ b/chrome/browser/autofill/autofill_common_test.cc
|
| @@ -11,7 +11,7 @@
|
| #include "chrome/browser/prefs/pref_service.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/common/pref_names.h"
|
| -#include "webkit/glue/form_field.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_glue::FormField* field) {
|
| + webkit::forms::FormField* field) {
|
| field->label = ASCIIToUTF16(label);
|
| field->name = ASCIIToUTF16(name);
|
| field->value = ASCIIToUTF16(value);
|
|
|