Index: base/waitable_event.h |
diff --git a/base/waitable_event.h b/base/waitable_event.h |
index cff1e12ccfd6a2ce6f12ee3f6bcdaf0c4b0edf97..022a88aca5c7ffb48230abf1c742450f2b7db4aa 100644 |
--- a/base/waitable_event.h |
+++ b/base/waitable_event.h |
@@ -23,6 +23,9 @@ |
namespace base { |
+// This replaces INFINITE from Win32 |
+static const int kNoTimeout = -1; |
+ |
class TimeDelta; |
// A WaitableEvent can be a useful thread synchronization tool when you want to |