Index: mojo/public/c/environment/async_waiter.h |
diff --git a/mojo/public/c/environment/async_waiter.h b/mojo/public/c/environment/async_waiter.h |
index a330b64bd7c533332657bba81a70b67e3f558a6f..1eb06317d70f25b4a4ec357bb31771659f8ec9d9 100644 |
--- a/mojo/public/c/environment/async_waiter.h |
+++ b/mojo/public/c/environment/async_waiter.h |
@@ -17,7 +17,7 @@ struct MojoAsyncWaiter { |
// Returns a non-zero MojoAsyncWaitID that can be used with CancelWait to |
// stop waiting. This identifier becomes invalid once the callback runs. |
MojoAsyncWaitID (*AsyncWait)(MojoHandle handle, |
- MojoWaitFlags flags, |
+ MojoHandleSignals signals, |
MojoDeadline deadline, |
MojoAsyncWaitCallback callback, |
void* closure); |