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

Unified Diff: mojo/runner/task_runners.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/task_runners.h ('k') | mojo/runner/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/task_runners.cc
diff --git a/mojo/shell/task_runners.cc b/mojo/runner/task_runners.cc
similarity index 96%
rename from mojo/shell/task_runners.cc
rename to mojo/runner/task_runners.cc
index cb157ee0e9d7f1addce2921c14303b88e5c2e002..e4a49d657431a201744765d79f6bdebed120d1f6 100644
--- a/mojo/shell/task_runners.cc
+++ b/mojo/runner/task_runners.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/task_runners.h"
+#include "mojo/runner/task_runners.h"
#include "base/threading/sequenced_worker_pool.h"
« no previous file with comments | « mojo/runner/task_runners.h ('k') | mojo/runner/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698