| Index: content/shell/test_runner/test_interfaces.cc
|
| diff --git a/components/test_runner/test_interfaces.cc b/content/shell/test_runner/test_interfaces.cc
|
| similarity index 93%
|
| rename from components/test_runner/test_interfaces.cc
|
| rename to content/shell/test_runner/test_interfaces.cc
|
| index 4258c3fee47b42432d6987a3cffbe53664bb35cb..deb23193f7356b118e73323deed0bff6b69c51a1 100644
|
| --- a/components/test_runner/test_interfaces.cc
|
| +++ b/content/shell/test_runner/test_interfaces.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/test_runner/test_interfaces.h"
|
| +#include "content/shell/test_runner/test_interfaces.h"
|
|
|
| #include <stddef.h>
|
|
|
| @@ -13,11 +13,11 @@
|
| #include "base/logging.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "base/values.h"
|
| -#include "components/test_runner/gamepad_controller.h"
|
| -#include "components/test_runner/gc_controller.h"
|
| -#include "components/test_runner/test_runner.h"
|
| -#include "components/test_runner/text_input_controller.h"
|
| -#include "components/test_runner/web_view_test_proxy.h"
|
| +#include "content/shell/test_runner/gamepad_controller.h"
|
| +#include "content/shell/test_runner/gc_controller.h"
|
| +#include "content/shell/test_runner/test_runner.h"
|
| +#include "content/shell/test_runner/text_input_controller.h"
|
| +#include "content/shell/test_runner/web_view_test_proxy.h"
|
| #include "third_party/WebKit/public/platform/WebCache.h"
|
| #include "third_party/WebKit/public/platform/WebURL.h"
|
| #include "third_party/WebKit/public/web/WebKit.h"
|
|
|