| Index: base/threading/non_thread_safe_impl.h
|
| ===================================================================
|
| --- base/threading/non_thread_safe_impl.h (revision 95578)
|
| +++ base/threading/non_thread_safe_impl.h (working copy)
|
| @@ -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 @@
|
| //
|
| // 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();
|
|
|
|
|