Index: content/shell/renderer/webkit_test_runner.cc |
diff --git a/content/shell/renderer/webkit_test_runner.cc b/content/shell/renderer/webkit_test_runner.cc |
index e9b96aecddb5e65826004ae5a0ea8401b4df469e..911e24b954de4fdf003c4f1eccf88a76cedbc256 100644 |
--- a/content/shell/renderer/webkit_test_runner.cc |
+++ b/content/shell/renderer/webkit_test_runner.cc |
@@ -25,6 +25,10 @@ |
#include "content/public/renderer/history_item_serialization.h" |
#include "content/public/renderer/render_view.h" |
#include "content/public/renderer/render_view_visitor.h" |
+#include "content/public/test/layout_tests/WebTask.h" |
+#include "content/public/test/layout_tests/WebTestInterfaces.h" |
+#include "content/public/test/layout_tests/WebTestProxy.h" |
+#include "content/public/test/layout_tests/WebTestRunner.h" |
#include "content/public/test/layouttest_support.h" |
#include "content/shell/common/shell_messages.h" |
#include "content/shell/common/webkit_test_helpers.h" |
@@ -42,10 +46,6 @@ |
#include "third_party/WebKit/public/platform/WebURLError.h" |
#include "third_party/WebKit/public/platform/WebURLRequest.h" |
#include "third_party/WebKit/public/platform/WebURLResponse.h" |
-#include "third_party/WebKit/public/testing/WebTask.h" |
-#include "third_party/WebKit/public/testing/WebTestInterfaces.h" |
-#include "third_party/WebKit/public/testing/WebTestProxy.h" |
-#include "third_party/WebKit/public/testing/WebTestRunner.h" |
#include "third_party/WebKit/public/web/WebArrayBufferView.h" |
#include "third_party/WebKit/public/web/WebContextMenuData.h" |
#include "third_party/WebKit/public/web/WebDataSource.h" |