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

Unified Diff: base/tracked_objects.h

Issue 9297010: Make it possible to use ThreadLocalStorage::Slot as a static without (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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 | « base/threading/thread_local_storage_win.cc ('k') | base/tracked_objects.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/tracked_objects.h
diff --git a/base/tracked_objects.h b/base/tracked_objects.h
index b1bf02eb32f28f0e01dac5181881f05e35a5262f..9b7f11126c8d9dcb2e5e5b89a941132417ac12b0 100644
--- a/base/tracked_objects.h
+++ b/base/tracked_objects.h
@@ -544,7 +544,7 @@ class BASE_EXPORT ThreadData {
static void ShutdownSingleThreadedCleanup(bool leak);
// We use thread local store to identify which ThreadData to interact with.
- static base::ThreadLocalStorage::Slot tls_index_;
+ static base::ThreadLocalStorage::StaticSlot tls_index_;
// List of ThreadData instances for use with worker threads. When a worker
// thread is done (terminated), we push it onto this llist. When a new worker
« no previous file with comments | « base/threading/thread_local_storage_win.cc ('k') | base/tracked_objects.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698