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

Unified Diff: mojo/runner/desktop/main.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/desktop/launcher_process.cc ('k') | mojo/runner/filename_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/desktop/main.cc
diff --git a/mojo/shell/desktop/main.cc b/mojo/runner/desktop/main.cc
similarity index 80%
rename from mojo/shell/desktop/main.cc
rename to mojo/runner/desktop/main.cc
index ca89c5da94b727c86a6812fb70cb9072cf4e82ee..b5d8576d4e30c861af91a28975316b021601568a 100644
--- a/mojo/shell/desktop/main.cc
+++ b/mojo/runner/desktop/main.cc
@@ -4,10 +4,10 @@
#include "base/at_exit.h"
#include "base/command_line.h"
-#include "mojo/shell/child_process.h"
-#include "mojo/shell/desktop/launcher_process.h"
-#include "mojo/shell/init.h"
-#include "mojo/shell/switches.h"
+#include "mojo/runner/child_process.h"
+#include "mojo/runner/desktop/launcher_process.h"
+#include "mojo/runner/init.h"
+#include "mojo/runner/switches.h"
int main(int argc, char** argv) {
base::AtExitManager at_exit;
« no previous file with comments | « mojo/runner/desktop/launcher_process.cc ('k') | mojo/runner/filename_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698