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

Unified Diff: services/service_manager/runner/host/host_unittests.cc

Issue 2419723002: Move services/shell to services/service_manager (Closed)
Patch Set: rebase Created 4 years, 2 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: services/service_manager/runner/host/host_unittests.cc
diff --git a/services/shell/runner/host/host_unittests.cc b/services/service_manager/runner/host/host_unittests.cc
similarity index 84%
rename from services/shell/runner/host/host_unittests.cc
rename to services/service_manager/runner/host/host_unittests.cc
index 37192107ce9f8447e46e2cf891d45c45178cb349..4f34c76b7b87c8ba33dd8127a7b0821142f7b1f7 100644
--- a/services/shell/runner/host/host_unittests.cc
+++ b/services/service_manager/runner/host/host_unittests.cc
@@ -9,9 +9,9 @@
#include "base/test/launcher/unit_test_launcher.h"
#include "base/test/test_suite.h"
#include "mojo/edk/embedder/embedder.h"
-#include "services/shell/runner/common/switches.h"
-#include "services/shell/runner/host/child_process.h"
-#include "services/shell/runner/init.h"
+#include "services/service_manager/runner/common/switches.h"
+#include "services/service_manager/runner/host/child_process.h"
+#include "services/service_manager/runner/init.h"
#include "testing/gtest/include/gtest/gtest.h"
int main(int argc, char** argv) {

Powered by Google App Engine
This is Rietveld 408576698