diff options
author | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-28 23:48:44 +0000 |
---|---|---|
committer | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-28 23:48:44 +0000 |
commit | 9493ee95cd8475d2ce39276fddca3b4b3d3ae73e (patch) | |
tree | c9888c464ba0261f5daf7caaa6534c5510a12289 /base/synchronization/waitable_event_watcher.h | |
parent | 34ca58555bb67f8f72b84ba07b5c935928e2db3d (diff) | |
download | chromium_src-9493ee95cd8475d2ce39276fddca3b4b3d3ae73e.zip chromium_src-9493ee95cd8475d2ce39276fddca3b4b3d3ae73e.tar.gz chromium_src-9493ee95cd8475d2ce39276fddca3b4b3d3ae73e.tar.bz2 |
Base: Last set of files to use BASE_API (for base.dll)
Note that a bunck of these files have no unit tests :(
BUG=76996
TEST=none
Review URL: http://codereview.chromium.org/6747014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79633 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/synchronization/waitable_event_watcher.h')
-rw-r--r-- | base/synchronization/waitable_event_watcher.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/base/synchronization/waitable_event_watcher.h b/base/synchronization/waitable_event_watcher.h index 1b93b66..aa16d0b 100644 --- a/base/synchronization/waitable_event_watcher.h +++ b/base/synchronization/waitable_event_watcher.h @@ -15,6 +15,8 @@ #include "base/synchronization/waitable_event.h" #endif +#include "base/base_api.h" + namespace base { class Flag; @@ -58,7 +60,7 @@ class WaitableEvent; // it with a Watcher. It will act as if the event was never signaled. // ----------------------------------------------------------------------------- -class WaitableEventWatcher +class BASE_API WaitableEventWatcher #if defined(OS_POSIX) : public MessageLoop::DestructionObserver #endif |