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

Unified Diff: shell/app_child_process_host.cc

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_host.h ('k') | shell/child_process.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/app_child_process_host.cc
diff --git a/mojo/shell/app_child_process_host.cc b/shell/app_child_process_host.cc
similarity index 89%
rename from mojo/shell/app_child_process_host.cc
rename to shell/app_child_process_host.cc
index 8da47727801806e73921f8039cc80f9af3150499..d6cf7f029175c36088f767e3c9b734c1af4d0048 100644
--- a/mojo/shell/app_child_process_host.cc
+++ b/shell/app_child_process_host.cc
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mojo/shell/app_child_process_host.h"
+#include "shell/app_child_process_host.h"
#include "base/bind.h"
#include "base/logging.h"
#include "base/message_loop/message_loop.h"
#include "mojo/edk/embedder/embedder.h"
#include "mojo/public/cpp/system/core.h"
-#include "mojo/shell/context.h"
-#include "mojo/shell/task_runners.h"
+#include "shell/context.h"
+#include "shell/task_runners.h"
namespace mojo {
namespace shell {
@@ -30,8 +30,7 @@ void AppChildProcessHost::WillStart() {
DCHECK(platform_channel()->is_valid());
mojo::ScopedMessagePipeHandle handle(embedder::CreateChannel(
- platform_channel()->Pass(),
- context()->task_runners()->io_runner(),
+ platform_channel()->Pass(), context()->task_runners()->io_runner(),
base::Bind(&AppChildProcessHost::DidCreateChannel,
base::Unretained(this)),
base::MessageLoop::current()->message_loop_proxy()));
« no previous file with comments | « shell/app_child_process_host.h ('k') | shell/child_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698