| Index: mojo/system/channel_endpoint.cc
|
| diff --git a/mojo/system/channel_endpoint.cc b/mojo/system/channel_endpoint.cc
|
| index 5ba153ebf316a1d6ec70431540207191fff7c83f..7de2504c9d341498468aba17588922b8168be9b4 100644
|
| --- a/mojo/system/channel_endpoint.cc
|
| +++ b/mojo/system/channel_endpoint.cc
|
| @@ -10,7 +10,8 @@
|
| namespace mojo {
|
| namespace system {
|
|
|
| -ChannelEndpoint::ChannelEndpoint(MessagePipe* message_pipe, unsigned port)
|
| +ChannelEndpoint::ChannelEndpoint(const scoped_refptr<MessagePipe>& message_pipe,
|
| + unsigned port)
|
| : state_(STATE_NORMAL), message_pipe_(message_pipe), port_(port) {
|
| }
|
|
|
|
|