Index: shell/child_process_host.h |
diff --git a/mojo/shell/child_process_host.h b/shell/child_process_host.h |
similarity index 90% |
rename from mojo/shell/child_process_host.h |
rename to shell/child_process_host.h |
index 6e94b9616b15e1571f3b0136775cbc356b9e4835..8ed37e6e6b79648028813c7a2fa851c8012712f0 100644 |
--- a/mojo/shell/child_process_host.h |
+++ b/shell/child_process_host.h |
@@ -2,14 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef MOJO_SHELL_CHILD_PROCESS_HOST_H_ |
-#define MOJO_SHELL_CHILD_PROCESS_HOST_H_ |
+#ifndef SHELL_CHILD_PROCESS_HOST_H_ |
+#define SHELL_CHILD_PROCESS_HOST_H_ |
#include "base/macros.h" |
#include "base/process/process_handle.h" |
#include "mojo/edk/embedder/platform_channel_pair.h" |
#include "mojo/edk/embedder/scoped_platform_handle.h" |
-#include "mojo/shell/child_process.h" // For |ChildProcess::Type|. |
+#include "shell/child_process.h" // For |ChildProcess::Type|. |
namespace mojo { |
namespace shell { |
@@ -55,9 +55,7 @@ class ChildProcessHost { |
} |
protected: |
- Context* context() const { |
- return context_; |
- } |
+ Context* context() const { return context_; } |
private: |
bool DoLaunch(); |
@@ -81,4 +79,4 @@ class ChildProcessHost { |
} // namespace shell |
} // namespace mojo |
-#endif // MOJO_SHELL_CHILD_PROCESS_HOST_H_ |
+#endif // SHELL_CHILD_PROCESS_HOST_H_ |