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

Unified Diff: base/thread_local_win.cc

Issue 4744002: Move base::ThreadLocalPlatform to base::internal::ThreadLocalPlatform. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update crash signature. Created 10 years, 1 month 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 | « base/thread_local_posix.cc ('k') | chrome/test/data/reliability/known_crashes.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/thread_local_win.cc
diff --git a/base/thread_local_win.cc b/base/thread_local_win.cc
index 368c0d682803dd09b8cdd68ec803101f9f25034a..ea14a6732270caf86812db5aa99a6cc9a5b94ba8 100644
--- a/base/thread_local_win.cc
+++ b/base/thread_local_win.cc
@@ -10,6 +10,8 @@
namespace base {
+namespace internal {
+
// static
void ThreadLocalPlatform::AllocateSlot(SlotType& slot) {
slot = TlsAlloc();
@@ -35,4 +37,6 @@ void ThreadLocalPlatform::SetValueInSlot(SlotType& slot, void* value) {
}
}
+} // namespace internal
+
} // namespace base
« no previous file with comments | « base/thread_local_posix.cc ('k') | chrome/test/data/reliability/known_crashes.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698