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 8485893cd23f8a3bea727145e0c72ae1a8da086b..30535e5aea3d8cb8215529eabf87af43ffa38841 100644 |
--- a/content/shell/renderer/webkit_test_runner.cc |
+++ b/content/shell/renderer/webkit_test_runner.cc |
@@ -40,6 +40,10 @@ |
#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" |
@@ -53,10 +57,6 @@ |
#include "third_party/WebKit/public/web/WebScriptSource.h" |
#include "third_party/WebKit/public/web/WebTestingSupport.h" |
#include "third_party/WebKit/public/web/WebView.h" |
-#include "third_party/WebKit/Tools/DumpRenderTree/chromium/TestRunner/public/WebTask.h" |
-#include "third_party/WebKit/Tools/DumpRenderTree/chromium/TestRunner/public/WebTestInterfaces.h" |
-#include "third_party/WebKit/Tools/DumpRenderTree/chromium/TestRunner/public/WebTestProxy.h" |
-#include "third_party/WebKit/Tools/DumpRenderTree/chromium/TestRunner/public/WebTestRunner.h" |
#include "ui/gfx/rect.h" |
#include "webkit/base/file_path_string_conversions.h" |
#include "webkit/common/webpreferences.h" |