| Index: mojo/system/message_pipe.h
|
| diff --git a/mojo/system/message_pipe.h b/mojo/system/message_pipe.h
|
| index f732f978e358dedd2d6cb4d7523899513303f49a..07b8923c0bde89c914283709c055048b1336acc6 100644
|
| --- a/mojo/system/message_pipe.h
|
| +++ b/mojo/system/message_pipe.h
|
| @@ -86,7 +86,7 @@ class MOJO_SYSTEM_IMPL_EXPORT MessagePipe
|
|
|
| // This is called by the dispatcher to convert a local endpoint to a proxy
|
| // endpoint.
|
| - void ConvertLocalToProxy(unsigned port);
|
| + scoped_refptr<ChannelEndpoint> ConvertLocalToProxy(unsigned port);
|
|
|
| // This is used by |Channel| to enqueue messages (typically to a
|
| // |LocalMessagePipeEndpoint|). Unlike |WriteMessage()|, |port| is the
|
|
|