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

Unified Diff: mojo/runner/child_process_host.cc

Issue 1091513005: Separate mojo/shell into a runner and the application manager (shell) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 8 months 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 | « mojo/runner/child_process_host.h ('k') | mojo/runner/child_process_host_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/child_process_host.cc
diff --git a/mojo/shell/child_process_host.cc b/mojo/runner/child_process_host.cc
similarity index 97%
rename from mojo/shell/child_process_host.cc
rename to mojo/runner/child_process_host.cc
index 787233cb8c71bea45d1a10066f94d0e5d1ed0434..21986787dd4267c06b6c8975712702c78dfdf1a8 100644
--- a/mojo/shell/child_process_host.cc
+++ b/mojo/runner/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/child_process_host.h"
+#include "mojo/runner/child_process_host.h"
#include "base/base_switches.h"
#include "base/bind.h"
@@ -19,9 +19,9 @@
#include "base/task_runner_util.h"
#include "mojo/edk/embedder/embedder.h"
#include "mojo/public/cpp/system/core.h"
-#include "mojo/shell/context.h"
-#include "mojo/shell/switches.h"
-#include "mojo/shell/task_runners.h"
+#include "mojo/runner/context.h"
+#include "mojo/runner/switches.h"
+#include "mojo/runner/task_runners.h"
#include "ui/gl/gl_switches.h"
namespace mojo {
« no previous file with comments | « mojo/runner/child_process_host.h ('k') | mojo/runner/child_process_host_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698