| Index: content/shell/test_runner/web_view_test_proxy.h
|
| diff --git a/components/test_runner/web_view_test_proxy.h b/content/shell/test_runner/web_view_test_proxy.h
|
| similarity index 95%
|
| rename from components/test_runner/web_view_test_proxy.h
|
| rename to content/shell/test_runner/web_view_test_proxy.h
|
| index e41d8b34f1bc0f9a0867ebc0e1d2b7a8270fe7fd..590fc4381e764986d650d4c261160b0beb7faac8 100644
|
| --- a/components/test_runner/web_view_test_proxy.h
|
| +++ b/content/shell/test_runner/web_view_test_proxy.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_TEST_RUNNER_WEB_VIEW_TEST_PROXY_H_
|
| -#define COMPONENTS_TEST_RUNNER_WEB_VIEW_TEST_PROXY_H_
|
| +#ifndef CONTENT_SHELL_TEST_RUNNER_WEB_VIEW_TEST_PROXY_H_
|
| +#define CONTENT_SHELL_TEST_RUNNER_WEB_VIEW_TEST_PROXY_H_
|
|
|
| #include <memory>
|
| #include <string>
|
| @@ -12,10 +12,10 @@
|
| #include "base/callback.h"
|
| #include "base/macros.h"
|
| #include "build/build_config.h"
|
| -#include "components/test_runner/test_runner_export.h"
|
| -#include "components/test_runner/web_view_test_client.h"
|
| -#include "components/test_runner/web_widget_test_client.h"
|
| -#include "components/test_runner/web_widget_test_proxy.h"
|
| +#include "content/shell/test_runner/test_runner_export.h"
|
| +#include "content/shell/test_runner/web_view_test_client.h"
|
| +#include "content/shell/test_runner/web_widget_test_client.h"
|
| +#include "content/shell/test_runner/web_widget_test_proxy.h"
|
| #include "third_party/WebKit/public/platform/WebDragOperation.h"
|
| #include "third_party/WebKit/public/platform/WebRect.h"
|
| #include "third_party/WebKit/public/platform/WebScreenInfo.h"
|
| @@ -229,4 +229,4 @@ class WebViewTestProxy : public Base, public WebViewTestProxyBase {
|
|
|
| } // namespace test_runner
|
|
|
| -#endif // COMPONENTS_TEST_RUNNER_WEB_VIEW_TEST_PROXY_H_
|
| +#endif // CONTENT_SHELL_TEST_RUNNER_WEB_VIEW_TEST_PROXY_H_
|
|
|