Index: base/tracked_objects.cc |
=================================================================== |
--- base/tracked_objects.cc (revision 70317) |
+++ base/tracked_objects.cc (working copy) |
@@ -18,7 +18,7 @@ |
// A TLS slot to the TrackRegistry for the current thread. |
// static |
-TLSSlot ThreadData::tls_index_(base::LINKER_INITIALIZED); |
+base::ThreadLocalStorage::Slot ThreadData::tls_index_(base::LINKER_INITIALIZED); |
// A global state variable to prevent repeated initialization during tests. |
// static |