diff options
Diffstat (limited to 'base/waitable_event.h')
-rw-r--r-- | base/waitable_event.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/base/waitable_event.h b/base/waitable_event.h index 3aa42d4..b723653 100644 --- a/base/waitable_event.h +++ b/base/waitable_event.h @@ -14,10 +14,10 @@ typedef void* HANDLE; #include "base/lock.h" #endif -class TimeDelta; - namespace base { +class TimeDelta; + // A WaitableEvent can be a useful thread synchronization tool when you want to // allow one thread to wait for another thread to finish some work. // @@ -80,4 +80,3 @@ class WaitableEvent { } // namespace base #endif // BASE_WAITABLE_EVENT_H_ - |