summaryrefslogtreecommitdiffstats
path: root/base/threading/thread_checker_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/threading/thread_checker_impl.h')
-rw-r--r--base/threading/thread_checker_impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/threading/thread_checker_impl.h b/base/threading/thread_checker_impl.h
index 02ecebf..4295560 100644
--- a/base/threading/thread_checker_impl.h
+++ b/base/threading/thread_checker_impl.h
@@ -6,7 +6,7 @@
#define BASE_THREADING_THREAD_CHECKER_IMPL_H_
#pragma once
-#include "base/base_api.h"
+#include "base/base_export.h"
#include "base/synchronization/lock.h"
#include "base/threading/platform_thread.h"
@@ -18,7 +18,7 @@ namespace base {
//
// Note: You should almost always use the ThreadChecker class to get the
// right version for your build configuration.
-class BASE_API ThreadCheckerImpl {
+class BASE_EXPORT ThreadCheckerImpl {
public:
ThreadCheckerImpl();
~ThreadCheckerImpl();