Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(509)

Unified Diff: base/waitable_event.h

Issue 18122: Mac build fix (Closed)
Patch Set: Created 11 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/waitable_event_posix.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « no previous file | base/waitable_event_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698