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

Unified Diff: base/waitable_event_posix.cc

Issue 16610: 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/waitable_event_posix.cc
diff --git a/base/waitable_event_posix.cc b/base/waitable_event_posix.cc
index 6ee7eaca8058963b0884d1c2abf42b01283d1645..f0a77fa720d72e6e2fc88ee71d5d5a466f2b8086 100644
--- a/base/waitable_event_posix.cc
+++ b/base/waitable_event_posix.cc
@@ -303,7 +303,7 @@ size_t WaitableEvent::WaitMany(WaitableEvent** raw_waitables,
// -----------------------------------------------------------------------------
// static
unsigned WaitableEvent::EnqueueMany
- (std::pair<WaitableEvent*, unsigned>* waitables,
+ (std::pair<WaitableEvent*, size_t>* waitables,
unsigned count, Waiter* waiter) {
if (!count)
return 0;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698