| 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
 | 
| 
 |