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..666cd53c35e5412b056db09a282f1c7c6b9d300d 100644 |
--- a/content/shell/renderer/webkit_test_runner.cc |
+++ b/content/shell/renderer/webkit_test_runner.cc |
@@ -29,6 +29,10 @@ |
#include "content/shell/common/shell_messages.h" |
#include "content/shell/common/webkit_test_helpers.h" |
#include "content/shell/renderer/shell_render_process_observer.h" |
+#include "content/shell/renderer/test_runner/WebTask.h" |
+#include "content/shell/renderer/test_runner/WebTestInterfaces.h" |
+#include "content/shell/renderer/test_runner/WebTestProxy.h" |
+#include "content/shell/renderer/test_runner/WebTestRunner.h" |
#include "net/base/net_errors.h" |
#include "net/base/net_util.h" |
#include "skia/ext/platform_canvas.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" |