Index: mojo/edk/system/waiter.h |
diff --git a/mojo/edk/system/waiter.h b/mojo/edk/system/waiter.h |
index 999f286dd62009baa1069e9f917921d1b113d23f..b9b63cdc9bfbb103f6776993fb0c82692df9b797 100644 |
--- a/mojo/edk/system/waiter.h |
+++ b/mojo/edk/system/waiter.h |
@@ -58,7 +58,7 @@ class MOJO_SYSTEM_IMPL_EXPORT Waiter : public Awakable { |
// Wake the waiter up with the given result and context (or no-op if it's been |
// woken up already). |
- void Awake(MojoResult result, uintptr_t context) override; |
+ bool Awake(MojoResult result, uintptr_t context) override; |
private: |
base::ConditionVariable cv_; // Associated to |lock_|. |