| Index: content/shell/renderer/shell_content_renderer_client.cc
|
| diff --git a/content/shell/renderer/shell_content_renderer_client.cc b/content/shell/renderer/shell_content_renderer_client.cc
|
| index 58f0222bb958a9a97685f0201e3ad25771a86746..041747bc7e1f65b5957d709fe4a5e01929c6c085 100644
|
| --- a/content/shell/renderer/shell_content_renderer_client.cc
|
| +++ b/content/shell/renderer/shell_content_renderer_client.cc
|
| @@ -10,6 +10,9 @@
|
| #include "content/public/common/content_constants.h"
|
| #include "content/public/common/content_switches.h"
|
| #include "content/public/renderer/render_view.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_switches.h"
|
| #include "content/shell/renderer/shell_render_frame_observer.h"
|
| @@ -18,9 +21,6 @@
|
| #include "content/shell/renderer/webkit_test_runner.h"
|
| #include "content/test/mock_webclipboard_impl.h"
|
| #include "third_party/WebKit/public/platform/WebMediaStreamCenter.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/WebPluginParams.h"
|
| #include "third_party/WebKit/public/web/WebView.h"
|
| #include "v8/include/v8.h"
|
|
|