| Index: base/waitable_event.h
|
| diff --git a/base/waitable_event.h b/base/waitable_event.h
|
| index 84feedc63e9e6834d65991a8709003fd2d3f6582..cff1e12ccfd6a2ce6f12ee3f6bcdaf0c4b0edf97 100644
|
| --- a/base/waitable_event.h
|
| +++ b/base/waitable_event.h
|
| @@ -136,8 +136,8 @@ class WaitableEvent {
|
| // second element is the index of the WaitableEvent in the original,
|
| // unsorted, array.
|
| typedef std::pair<WaitableEvent*, size_t> WaiterAndIndex;
|
| - static unsigned EnqueueMany(WaiterAndIndex* waitables,
|
| - size_t count, Waiter* waiter);
|
| + static size_t EnqueueMany(WaiterAndIndex* waitables,
|
| + size_t count, Waiter* waiter);
|
|
|
| Lock lock_;
|
| bool signaled_;
|
|
|