| Index: mojo/system/message_pipe_endpoint.cc
|
| diff --git a/mojo/system/message_pipe_endpoint.cc b/mojo/system/message_pipe_endpoint.cc
|
| index f5ccfc771b31c48de661ac419e14cd5840857051..ccb100cca646be8f7480cbcecd8bda1b9f04d262 100644
|
| --- a/mojo/system/message_pipe_endpoint.cc
|
| +++ b/mojo/system/message_pipe_endpoint.cc
|
| @@ -18,8 +18,8 @@ void MessagePipeEndpoint::CancelAllWaiters() {
|
| NOTREACHED();
|
| }
|
|
|
| -MojoResult MessagePipeEndpoint::ReadMessage(void* /*bytes*/,
|
| - uint32_t* /*num_bytes*/,
|
| +MojoResult MessagePipeEndpoint::ReadMessage(UserPointer<void> /*bytes*/,
|
| + UserPointer<uint32_t> /*num_bytes*/,
|
| DispatcherVector* /*dispatchers*/,
|
| uint32_t* /*num_dispatchers*/,
|
| MojoReadMessageFlags /*flags*/) {
|
|
|