| Index: remoting/protocol/pseudotcp_channel_factory.h
|
| diff --git a/remoting/protocol/pseudotcp_channel_factory.h b/remoting/protocol/pseudotcp_channel_factory.h
|
| index 37a1c60bcf4e0c77db91f9685ca02b2e25313a2e..a8a509dc14a8689bb6ef6dd9b91258b6a823434b 100644
|
| --- a/remoting/protocol/pseudotcp_channel_factory.h
|
| +++ b/remoting/protocol/pseudotcp_channel_factory.h
|
| @@ -35,7 +35,7 @@ class PseudoTcpChannelFactory : public StreamChannelFactory {
|
|
|
| void OnDatagramChannelCreated(const std::string& name,
|
| const ChannelCreatedCallback& callback,
|
| - scoped_ptr<P2PDatagramSocket> socket);
|
| + std::unique_ptr<P2PDatagramSocket> socket);
|
| void OnPseudoTcpConnected(const std::string& name,
|
| const ChannelCreatedCallback& callback,
|
| int result);
|
|
|