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

Unified Diff: mojo/runner/child_process.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.h ('k') | mojo/runner/child_process.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/child_process.cc
diff --git a/mojo/shell/child_process.cc b/mojo/runner/child_process.cc
similarity index 98%
rename from mojo/shell/child_process.cc
rename to mojo/runner/child_process.cc
index df5eb498e565124c5346b36154dec395c83645d5..cee831f57ec4bb96dd0496c7798114cee8acaa6f 100644
--- a/mojo/shell/child_process.cc
+++ b/mojo/runner/child_process.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.h"
+#include "mojo/runner/child_process.h"
#include "base/base_switches.h"
#include "base/bind.h"
@@ -27,9 +27,9 @@
#include "mojo/edk/embedder/scoped_platform_handle.h"
#include "mojo/edk/embedder/simple_platform_support.h"
#include "mojo/public/cpp/system/core.h"
-#include "mojo/shell/child_process.mojom.h"
-#include "mojo/shell/native_application_support.h"
-#include "mojo/shell/switches.h"
+#include "mojo/runner/child_process.mojom.h"
+#include "mojo/runner/native_application_support.h"
+#include "mojo/runner/switches.h"
namespace mojo {
namespace shell {
« no previous file with comments | « mojo/runner/child_process.h ('k') | mojo/runner/child_process.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698