| Index: content/test/layouttest_support.cc
|
| diff --git a/content/test/layouttest_support.cc b/content/test/layouttest_support.cc
|
| index 97eb7c4fa2e56d8488a3a5713de406651a196af4..333c68f63622b072bac079ba46e2f39854ce2841 100644
|
| --- a/content/test/layouttest_support.cc
|
| +++ b/content/test/layouttest_support.cc
|
| @@ -8,6 +8,8 @@
|
| #include "base/lazy_instance.h"
|
| #include "content/browser/renderer_host/render_widget_host_impl.h"
|
| #include "content/common/gpu/image_transport_surface.h"
|
| +#include "content/public/test/layout_tests/WebFrameTestProxy.h"
|
| +#include "content/public/test/layout_tests/WebTestProxy.h"
|
| #include "content/renderer/render_thread_impl.h"
|
| #include "content/renderer/render_view_impl.h"
|
| #include "content/renderer/renderer_webkitplatformsupport_impl.h"
|
| @@ -15,8 +17,6 @@
|
| #include "third_party/WebKit/public/platform/WebDeviceMotionData.h"
|
| #include "third_party/WebKit/public/platform/WebDeviceOrientationData.h"
|
| #include "third_party/WebKit/public/platform/WebGamepads.h"
|
| -#include "third_party/WebKit/public/testing/WebFrameTestProxy.h"
|
| -#include "third_party/WebKit/public/testing/WebTestProxy.h"
|
|
|
| #if defined(OS_WIN) && !defined(USE_AURA)
|
| #include "content/browser/web_contents/web_contents_drag_win.h"
|
|
|