Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2575)

Unified Diff: content/shell/test_runner/test_interfaces.cc

Issue 2707183003: Move //components/test_runner back into //content/shell (Closed)
Patch Set: Trim DEPS Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"

Powered by Google App Engine
This is Rietveld 408576698