From 0bea7254836d17e3f1e278cbd52e8b8816c49a48 Mon Sep 17 00:00:00 2001 From: "darin@chromium.org" Date: Fri, 5 Aug 2011 15:34:00 +0000 Subject: Rename BASE_API to BASE_EXPORT. R=rvargas Review URL: http://codereview.chromium.org/7461141 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95618 0039d316-1c4b-4281-b951-d872f2087c98 --- base/synchronization/waitable_event_watcher.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'base/synchronization/waitable_event_watcher.h') 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 -- cgit v1.1