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 { |