| Index: mojo/system/local_message_pipe_endpoint.h
|
| diff --git a/mojo/system/local_message_pipe_endpoint.h b/mojo/system/local_message_pipe_endpoint.h
|
| index 6961827fd917eb3c5595b5cc30c7c51a9403139c..fd3f7b9c01178c9f6485defb0b6062d3f64aeefe 100644
|
| --- a/mojo/system/local_message_pipe_endpoint.h
|
| +++ b/mojo/system/local_message_pipe_endpoint.h
|
| @@ -38,8 +38,8 @@ class MOJO_SYSTEM_EXPORT LocalMessagePipeEndpoint : public MessagePipeEndpoint {
|
| virtual void CancelAllWaiters() OVERRIDE;
|
| virtual MojoResult ReadMessage(
|
| void* bytes, uint32_t* num_bytes,
|
| - uint32_t max_num_dispatchers,
|
| std::vector<scoped_refptr<Dispatcher> >* dispatchers,
|
| + uint32_t* num_dispatchers,
|
| MojoReadMessageFlags flags) OVERRIDE;
|
| virtual MojoResult AddWaiter(Waiter* waiter,
|
| MojoWaitFlags flags,
|
|
|