Index: mojo/edk/system/message_pipe_endpoint.h |
diff --git a/mojo/edk/system/message_pipe_endpoint.h b/mojo/edk/system/message_pipe_endpoint.h |
index a5d7d5183ec3775b4594c0ba546bc0e1ba5cc037..65462eae27fa0272c939729649baaeaf544f9783 100644 |
--- a/mojo/edk/system/message_pipe_endpoint.h |
+++ b/mojo/edk/system/message_pipe_endpoint.h |
@@ -10,7 +10,7 @@ |
#include <memory> |
#include <vector> |
-#include "mojo/edk/system/dispatcher.h" |
+#include "mojo/edk/system/handle.h" |
#include "mojo/edk/system/memory.h" |
#include "mojo/edk/system/message_in_transit.h" |
#include "mojo/public/c/system/handle.h" |
@@ -60,8 +60,8 @@ class MessagePipeEndpoint { |
virtual void CancelAllAwakables(); |
virtual MojoResult ReadMessage(UserPointer<void> bytes, |
UserPointer<uint32_t> num_bytes, |
- DispatcherVector* dispatchers, |
- uint32_t* num_dispatchers, |
+ HandleVector* handles, |
+ uint32_t* num_handles, |
MojoReadMessageFlags flags); |
virtual HandleSignalsState GetHandleSignalsState() const; |
virtual MojoResult AddAwakable(Awakable* awakable, |