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

Unified Diff: shell/child_process_host.h

Issue 775343004: Move //mojo/shell to //shell (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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
« no previous file with comments | « shell/child_process.cc ('k') | shell/child_process_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « shell/child_process.cc ('k') | shell/child_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698