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

Unified Diff: mojo/runner/task_runners.cc

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/task_runners.h ('k') | mojo/runner/url_resolver.h » ('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/runner/task_runners.cc b/mojo/runner/task_runners.cc
index e4a49d657431a201744765d79f6bdebed120d1f6..c69f7c48867eee036e98b50c618f943d9eaff24a 100644
--- a/mojo/runner/task_runners.cc
+++ b/mojo/runner/task_runners.cc
@@ -7,7 +7,7 @@
#include "base/threading/sequenced_worker_pool.h"
namespace mojo {
-namespace shell {
+namespace runner {
namespace {
@@ -35,5 +35,5 @@ TaskRunners::~TaskRunners() {
blocking_pool_->Shutdown();
}
-} // namespace shell
+} // namespace runner
} // namespace mojo
« no previous file with comments | « mojo/runner/task_runners.h ('k') | mojo/runner/url_resolver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698