| Index: chrome/renderer/autofill/form_autofill_browsertest.cc
|
| diff --git a/chrome/renderer/autofill/form_autofill_browsertest.cc b/chrome/renderer/autofill/form_autofill_browsertest.cc
|
| index ae91235e95f31e1df23df499e702de7cfb6f24f9..6a847eef6c5ecb4820667d2674bad7399a92b981 100644
|
| --- a/chrome/renderer/autofill/form_autofill_browsertest.cc
|
| +++ b/chrome/renderer/autofill/form_autofill_browsertest.cc
|
| @@ -9,6 +9,7 @@
|
| #include "base/string_util.h"
|
| #include "base/stringprintf.h"
|
| #include "base/utf_string_conversions.h"
|
| +#include "chrome/common/form_data.h"
|
| #include "chrome/renderer/autofill/form_autofill_util.h"
|
| #include "chrome/renderer/autofill/form_cache.h"
|
| #include "chrome/test/base/chrome_render_view_test.h"
|
| @@ -22,7 +23,6 @@
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebSelectElement.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebVector.h"
|
| -#include "webkit/forms/form_data.h"
|
| #include "webkit/glue/web_io_operators.h"
|
|
|
| using WebKit::WebDocument;
|
| @@ -44,8 +44,8 @@ using autofill::FormCache;
|
| using autofill::PreviewForm;
|
| using autofill::WebFormControlElementToFormField;
|
|
|
| -using webkit::forms::FormData;
|
| -using webkit::forms::FormField;
|
| +using chrome::FormData;
|
| +using chrome::FormField;
|
|
|
| class FormAutofillTest : public ChromeRenderViewTest {
|
| public:
|
|
|