diff options
Diffstat (limited to 'base/threading/non_thread_safe_impl.h')
-rw-r--r-- | base/threading/non_thread_safe_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/threading/non_thread_safe_impl.h b/base/threading/non_thread_safe_impl.h index ab0999a..4a70e34 100644 --- a/base/threading/non_thread_safe_impl.h +++ b/base/threading/non_thread_safe_impl.h @@ -6,7 +6,7 @@ #define BASE_THREADING_NON_THREAD_SAFE_IMPL_H_ #pragma once -#include "base/base_api.h" +#include "base/base_export.h" #include "base/threading/thread_checker_impl.h" namespace base { @@ -17,7 +17,7 @@ namespace base { // // Note: You should almost always use the NonThreadSafe class to get // the right version of the class for your build configuration. -class BASE_API NonThreadSafeImpl { +class BASE_EXPORT NonThreadSafeImpl { public: ~NonThreadSafeImpl(); |