diff options
Diffstat (limited to 'base/threading/thread_local.h')
-rw-r--r-- | base/threading/thread_local.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/threading/thread_local.h b/base/threading/thread_local.h index 4bacf92..3cdcb94 100644 --- a/base/threading/thread_local.h +++ b/base/threading/thread_local.h @@ -49,7 +49,7 @@ #define BASE_THREADING_THREAD_LOCAL_H_ #pragma once -#include "base/base_api.h" +#include "base/base_export.h" #include "base/basictypes.h" #if defined(OS_POSIX) @@ -61,7 +61,7 @@ namespace base { namespace internal { // Helper functions that abstract the cross-platform APIs. Do not use directly. -struct BASE_API ThreadLocalPlatform { +struct BASE_EXPORT ThreadLocalPlatform { #if defined(OS_WIN) typedef unsigned long SlotType; #elif defined(OS_POSIX) |