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

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

Issue 2419063003: Move services/shell to services/service_manager (Closed)
Patch Set: 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_base.cc
diff --git a/services/shell/runner/host/child_process_base.cc b/services/service_manager/runner/host/child_process_base.cc
similarity index 92%
rename from services/shell/runner/host/child_process_base.cc
rename to services/service_manager/runner/host/child_process_base.cc
index c085e2d63f33bdde2d72aa57dc698472355d6c06..3abe4754302101556760c7f793a42adf510831c8 100644
--- a/services/shell/runner/host/child_process_base.cc
+++ b/services/service_manager/runner/host/child_process_base.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 "services/shell/runner/host/child_process_base.h"
+#include "services/service_manager/runner/host/child_process_base.h"
#include "base/command_line.h"
#include "base/debug/stack_trace.h"
@@ -15,17 +15,17 @@
#include "base/threading/thread.h"
#include "mojo/edk/embedder/embedder.h"
#include "mojo/edk/embedder/process_delegate.h"
-#include "services/shell/runner/common/client_util.h"
-#include "services/shell/runner/common/switches.h"
+#include "services/service_manager/runner/common/client_util.h"
+#include "services/service_manager/runner/common/switches.h"
#if defined(OS_LINUX)
#include "base/rand_util.h"
#include "base/sys_info.h"
-#include "services/shell/runner/host/linux_sandbox.h"
+#include "services/service_manager/runner/host/linux_sandbox.h"
#endif
#if defined(OS_MACOSX)
-#include "services/shell/runner/host/mach_broker.h"
+#include "services/service_manager/runner/host/mach_broker.h"
#endif
namespace shell {
« no previous file with comments | « services/service_manager/runner/host/child_process_base.h ('k') | services/service_manager/runner/host/child_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698