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

Unified Diff: shell/app_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/app_child_process.mojom ('k') | shell/app_child_process_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/app_child_process_host.h
diff --git a/mojo/shell/app_child_process_host.h b/shell/app_child_process_host.h
similarity index 80%
rename from mojo/shell/app_child_process_host.h
rename to shell/app_child_process_host.h
index 4bf2f2bfdcf1b2d11a1503ec7d202a597ca42359..4a00d3f801fb6ad9ab884941893066dde8b9077c 100644
--- a/mojo/shell/app_child_process_host.h
+++ b/shell/app_child_process_host.h
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MOJO_SHELL_APP_CHILD_PROCESS_HOST_H_
-#define MOJO_SHELL_APP_CHILD_PROCESS_HOST_H_
+#ifndef SHELL_APP_CHILD_PROCESS_HOST_H_
+#define SHELL_APP_CHILD_PROCESS_HOST_H_
#include "base/macros.h"
#include "mojo/edk/embedder/channel_info_forward.h"
-#include "mojo/shell/app_child_process.mojom.h"
-#include "mojo/shell/child_process_host.h"
+#include "shell/app_child_process.mojom.h"
+#include "shell/child_process_host.h"
namespace mojo {
namespace shell {
@@ -25,9 +25,7 @@ class AppChildProcessHost : public ChildProcessHost,
AppChildControllerClient* controller_client);
~AppChildProcessHost() override;
- AppChildController* controller() {
- return controller_.get();
- }
+ AppChildController* controller() { return controller_.get(); }
private:
// |ChildProcessHost::Delegate| methods:
@@ -48,4 +46,4 @@ class AppChildProcessHost : public ChildProcessHost,
} // namespace shell
} // namespace mojo
-#endif // MOJO_SHELL_APP_CHILD_PROCESS_HOST_H_
+#endif // SHELL_APP_CHILD_PROCESS_HOST_H_
« no previous file with comments | « shell/app_child_process.mojom ('k') | shell/app_child_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698