Index: base/threading/thread_local.h |
diff --git a/base/threading/thread_local.h b/base/threading/thread_local.h |
index df9c4b72573be242101b697fa6edcfd5445aeb78..0a46c19a13fffcd0b731cea619064c83af39bf86 100644 |
--- a/base/threading/thread_local.h |
+++ b/base/threading/thread_local.h |
@@ -64,9 +64,7 @@ namespace internal { |
// Helper functions that abstract the cross-platform APIs. Do not use directly. |
struct BASE_EXPORT ThreadLocalPlatform { |
-#if defined(OS_WIN) |
- typedef unsigned long SlotType; |
-#elif defined(OS_ANDROID) |
+#if defined(OS_ANDROID) |
typedef ThreadLocalStorage::StaticSlot SlotType; |
#elif defined(OS_POSIX) |
typedef pthread_key_t SlotType; |