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

Unified Diff: services/service_manager/runner/host/child_process_host.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.cc
diff --git a/services/shell/runner/host/child_process_host.cc b/services/service_manager/runner/host/child_process_host.cc
similarity index 95%
rename from services/shell/runner/host/child_process_host.cc
rename to services/service_manager/runner/host/child_process_host.cc
index d8ee28818a82604a2cf880fc2a55f4ca607be6b8..9e2f57ab4252573441c2e8ac4a3c12710d4b5fc4 100644
--- a/services/shell/runner/host/child_process_host.cc
+++ b/services/service_manager/runner/host/child_process_host.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_host.h"
+#include "services/service_manager/runner/host/child_process_host.h"
#include <stdint.h>
@@ -22,9 +22,9 @@
#include "mojo/edk/embedder/embedder.h"
#include "mojo/public/cpp/bindings/interface_ptr_info.h"
#include "mojo/public/cpp/system/core.h"
-#include "services/shell/native_runner_delegate.h"
-#include "services/shell/runner/common/client_util.h"
-#include "services/shell/runner/common/switches.h"
+#include "services/service_manager/native_runner_delegate.h"
+#include "services/service_manager/runner/common/client_util.h"
+#include "services/service_manager/runner/common/switches.h"
#if defined(OS_LINUX)
#include "sandbox/linux/services/namespace_sandbox.h"
@@ -35,7 +35,7 @@
#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 {

Powered by Google App Engine
This is Rietveld 408576698