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

Unified Diff: mojo/runner/task_runners.h

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/switches.cc ('k') | mojo/runner/task_runners.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/task_runners.h
diff --git a/mojo/shell/task_runners.h b/mojo/runner/task_runners.h
similarity index 91%
rename from mojo/shell/task_runners.h
rename to mojo/runner/task_runners.h
index 891d3e1bfe1fe8457e8e26c9846a4e1d1084ee8f..e09678cd82f30bf0442a4a3faab71a5b6de2e15c 100644
--- a/mojo/shell/task_runners.h
+++ b/mojo/runner/task_runners.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SHELL_TASK_RUNNERS_H_
-#define SHELL_TASK_RUNNERS_H_
+#ifndef MOJO_RUNNER_TASK_RUNNERS_H_
+#define MOJO_RUNNER_TASK_RUNNERS_H_
#include "base/macros.h"
#include "base/memory/ref_counted.h"
@@ -50,4 +50,4 @@ class TaskRunners {
} // namespace shell
} // namespace mojo
-#endif // SHELL_TASK_RUNNERS_H_
+#endif // MOJO_RUNNER_TASK_RUNNERS_H_
« no previous file with comments | « mojo/runner/switches.cc ('k') | mojo/runner/task_runners.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698