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

Unified Diff: mojo/public/utility/run_loop.cc

Issue 128803002: Mojo: Remove utility:: namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix build Created 6 years, 11 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/public/utility/run_loop.h ('k') | mojo/public/utility/run_loop_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/utility/run_loop.cc
diff --git a/mojo/public/utility/run_loop.cc b/mojo/public/utility/run_loop.cc
index bef601ca6d10ed99844f3afaa2228d1cad6fbf2b..56f7c424d08e012b5fb447556909bfd1fbf1458d 100644
--- a/mojo/public/utility/run_loop.cc
+++ b/mojo/public/utility/run_loop.cc
@@ -13,7 +13,6 @@
#include "mojo/public/utility/thread_local.h"
namespace mojo {
-namespace utility {
namespace {
ThreadLocalPointer<RunLoop>* tls_run_loop = NULL;
@@ -207,5 +206,4 @@ RunLoop::WaitState RunLoop::GetWaitState() const {
return wait_state;
}
-} // namespace utility
} // namespace mojo
« no previous file with comments | « mojo/public/utility/run_loop.h ('k') | mojo/public/utility/run_loop_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698