| Index: base/synchronization/cancellation_flag.h
|
| ===================================================================
|
| --- base/synchronization/cancellation_flag.h (revision 95578)
|
| +++ base/synchronization/cancellation_flag.h (working copy)
|
| @@ -6,7 +6,7 @@
|
| #define BASE_SYNCHRONIZATION_CANCELLATION_FLAG_H_
|
| #pragma once
|
|
|
| -#include "base/base_api.h"
|
| +#include "base/base_export.h"
|
| #include "base/atomicops.h"
|
| #include "base/threading/platform_thread.h"
|
|
|
| @@ -17,7 +17,7 @@
|
| // is thread-safe.
|
| //
|
| // This class IS NOT intended for synchronization between threads.
|
| -class BASE_API CancellationFlag {
|
| +class BASE_EXPORT CancellationFlag {
|
| public:
|
| CancellationFlag() : flag_(false) {
|
| #if !defined(NDEBUG)
|
|
|