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

Unified Diff: services/service_manager/runner/host/child_process_host_unittest.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/child_process_host_unittest.cc
diff --git a/services/shell/runner/host/child_process_host_unittest.cc b/services/service_manager/runner/host/child_process_host_unittest.cc
similarity index 96%
rename from services/shell/runner/host/child_process_host_unittest.cc
rename to services/service_manager/runner/host/child_process_host_unittest.cc
index cd84ba7c607b16fa41d6aa8b36fe9ed316abe6bc..9a418aad4536916dc0a7954dad93533b42402c35 100644
--- a/services/shell/runner/host/child_process_host_unittest.cc
+++ b/services/service_manager/runner/host/child_process_host_unittest.cc
@@ -4,7 +4,7 @@
// Note: This file also tests child_process.*.
-#include "services/shell/runner/host/child_process_host.h"
+#include "services/service_manager/runner/host/child_process_host.h"
#include <memory>
#include <utility>
@@ -20,7 +20,7 @@
#include "base/threading/thread.h"
#include "mojo/edk/embedder/embedder.h"
#include "mojo/edk/embedder/process_delegate.h"
-#include "services/shell/native_runner_delegate.h"
+#include "services/service_manager/native_runner_delegate.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace shell {
« no previous file with comments | « services/service_manager/runner/host/child_process_host.cc ('k') | services/service_manager/runner/host/host_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698