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

Unified Diff: services/shell/runner/host/child_process_host.cc

Issue 1877753003: Move mojo\shell to services\shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@62scan
Patch Set: . Created 4 years, 8 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/shell/runner/host/child_process_host.cc
diff --git a/mojo/shell/runner/host/child_process_host.cc b/services/shell/runner/host/child_process_host.cc
similarity index 96%
rename from mojo/shell/runner/host/child_process_host.cc
rename to services/shell/runner/host/child_process_host.cc
index 96200f3d3318e8ecd44f47094aa81d1481d34345..e8b44779e47f566b568b294ad0180d4a533c2cf0 100644
--- a/mojo/shell/runner/host/child_process_host.cc
+++ b/services/shell/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 "mojo/shell/runner/host/child_process_host.h"
+#include "services/shell/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 "mojo/shell/native_runner_delegate.h"
-#include "mojo/shell/runner/common/client_util.h"
-#include "mojo/shell/runner/common/switches.h"
+#include "services/shell/native_runner_delegate.h"
+#include "services/shell/runner/common/client_util.h"
+#include "services/shell/runner/common/switches.h"
#if defined(OS_LINUX) && !defined(OS_ANDROID)
#include "sandbox/linux/services/namespace_sandbox.h"
@@ -35,7 +35,7 @@
#endif
#if defined(OS_MACOSX)
-#include "mojo/shell/runner/host/mach_broker.h"
+#include "services/shell/runner/host/mach_broker.h"
#endif
namespace mojo {
« no previous file with comments | « services/shell/runner/host/child_process_host.h ('k') | services/shell/runner/host/child_process_host_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698