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

Unified Diff: mojo/public/utility/thread_local_win.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/thread_local_posix.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/utility/thread_local_win.cc
diff --git a/mojo/public/utility/thread_local_win.cc b/mojo/public/utility/thread_local_win.cc
index b00b46f0ea57fcf6df6b01fc000ecc2422d950a9..2742604d48d4b7024fb7fa7c468bb1c2c130d9c0 100644
--- a/mojo/public/utility/thread_local_win.cc
+++ b/mojo/public/utility/thread_local_win.cc
@@ -8,7 +8,6 @@
#include <windows.h>
namespace mojo {
-namespace utility {
namespace internal {
// static
@@ -37,5 +36,4 @@ void ThreadLocalPlatform::SetValueInSlot(SlotType slot, void* value) {
}
} // namespace internal
-} // namespace utility
} // namespace mojo
« no previous file with comments | « mojo/public/utility/thread_local_posix.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698