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

Unified Diff: mojo/runner/task_runners.h

Issue 1107233002: Move runner stuff into a runner namespace. (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/shell_test_main.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/runner/task_runners.h b/mojo/runner/task_runners.h
index e09678cd82f30bf0442a4a3faab71a5b6de2e15c..68b9bcc29989e8c0c1c7ac960788040c6483acfb 100644
--- a/mojo/runner/task_runners.h
+++ b/mojo/runner/task_runners.h
@@ -16,7 +16,7 @@ class SequencedWorkerPool;
}
namespace mojo {
-namespace shell {
+namespace runner {
// A context object that contains the common task runners for the shell's main
// process.
@@ -47,7 +47,7 @@ class TaskRunners {
DISALLOW_COPY_AND_ASSIGN(TaskRunners);
};
-} // namespace shell
+} // namespace runner
} // namespace mojo
#endif // MOJO_RUNNER_TASK_RUNNERS_H_
« no previous file with comments | « mojo/runner/shell_test_main.cc ('k') | mojo/runner/task_runners.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698