Index: chrome/renderer/autofill/form_autocomplete_browsertest.cc |
diff --git a/chrome/renderer/autofill/form_autocomplete_browsertest.cc b/chrome/renderer/autofill/form_autocomplete_browsertest.cc |
index aa946c351805abb9dfadb2780079909fabdbc73d..d6a6deacd6d152dc31455ac69bf4f69da1e895c7 100644 |
--- a/chrome/renderer/autofill/form_autocomplete_browsertest.cc |
+++ b/chrome/renderer/autofill/form_autocomplete_browsertest.cc |
@@ -4,13 +4,13 @@ |
#include "base/time.h" |
#include "chrome/test/base/chrome_render_view_test.h" |
-#include "components/autofill/common/autofill_messages.h" |
-#include "components/autofill/common/form_data.h" |
+#include "components/autofill/core/common/autofill_messages.h" |
+#include "components/autofill/core/common/form_data.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-#include "third_party/WebKit/public/web/WebDocument.h" |
-#include "third_party/WebKit/public/web/WebFormElement.h" |
#include "third_party/WebKit/public/platform/WebString.h" |
#include "third_party/WebKit/public/platform/WebURLError.h" |
+#include "third_party/WebKit/public/web/WebDocument.h" |
+#include "third_party/WebKit/public/web/WebFormElement.h" |
using WebKit::WebFrame; |
using WebKit::WebString; |