summaryrefslogtreecommitdiffstats
path: root/base/synchronization/waitable_event_watcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/synchronization/waitable_event_watcher.h')
-rw-r--r--base/synchronization/waitable_event_watcher.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/synchronization/waitable_event_watcher.h b/base/synchronization/waitable_event_watcher.h
index 6e1d197..116e274 100644
--- a/base/synchronization/waitable_event_watcher.h
+++ b/base/synchronization/waitable_event_watcher.h
@@ -15,7 +15,7 @@
#include "base/synchronization/waitable_event.h"
#endif
-#include "base/base_api.h"
+#include "base/base_export.h"
namespace base {
@@ -60,7 +60,7 @@ class WaitableEvent;
// it with a Watcher. It will act as if the event was never signaled.
// -----------------------------------------------------------------------------
-class BASE_API WaitableEventWatcher
+class BASE_EXPORT WaitableEventWatcher
#if defined(OS_POSIX)
: public MessageLoop::DestructionObserver
#endif