Index: content/test/layouttest_support.cc |
diff --git a/content/test/layouttest_support.cc b/content/test/layouttest_support.cc |
index f6a488eccc9b1389bcbed3283d34b29cbafb5531..b314674b1d376b8f87ed33798d66e23106118839 100644 |
--- a/content/test/layouttest_support.cc |
+++ b/content/test/layouttest_support.cc |
@@ -7,6 +7,9 @@ |
#include "base/callback.h" |
#include "base/lazy_instance.h" |
#include "cc/blink/web_layer_impl.h" |
+#include "components/test_runner/test_common.h" |
+#include "components/test_runner/web_frame_test_proxy.h" |
+#include "components/test_runner/web_test_proxy.h" |
#include "content/browser/bluetooth/bluetooth_dispatcher_host.h" |
#include "content/browser/renderer_host/render_process_host_impl.h" |
#include "content/browser/renderer_host/render_widget_host_impl.h" |
@@ -21,9 +24,6 @@ |
#include "content/renderer/render_thread_impl.h" |
#include "content/renderer/render_view_impl.h" |
#include "content/renderer/renderer_blink_platform_impl.h" |
-#include "content/shell/renderer/test_runner/test_common.h" |
-#include "content/shell/renderer/test_runner/web_frame_test_proxy.h" |
-#include "content/shell/renderer/test_runner/web_test_proxy.h" |
#include "device/bluetooth/bluetooth_adapter.h" |
#include "third_party/WebKit/public/platform/WebBatteryStatus.h" |
#include "third_party/WebKit/public/platform/WebGamepads.h" |