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

Unified Diff: mojo/public/utility/thread_local.h

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_unittest.cc ('k') | mojo/public/utility/thread_local_posix.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/utility/thread_local.h
diff --git a/mojo/public/utility/thread_local.h b/mojo/public/utility/thread_local.h
index c51f06fe7937f92a80147992195244d404770c72..4935b47d4deb71db077f3eef8db5f7a611a3f598 100644
--- a/mojo/public/utility/thread_local.h
+++ b/mojo/public/utility/thread_local.h
@@ -57,7 +57,6 @@
#include "mojo/public/system/macros.h"
namespace mojo {
-namespace utility {
namespace internal {
// Helper functions that abstract the cross-platform APIs. Do not use directly.
@@ -124,7 +123,6 @@ class ThreadLocalBoolean {
MOJO_DISALLOW_COPY_AND_ASSIGN(ThreadLocalBoolean);
};
-} // namespace utility
} // namespace mojo
#endif // MOJO_PUBLIC_UTILITY_THREAD_LOCAL_H_
« no previous file with comments | « mojo/public/utility/run_loop_unittest.cc ('k') | mojo/public/utility/thread_local_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698