| Index: remoting/protocol/secure_channel_factory.cc
|
| diff --git a/remoting/protocol/secure_channel_factory.cc b/remoting/protocol/secure_channel_factory.cc
|
| index df98378afc8fdb155371b275e5111e4928d21364..0ed2a655b18d2508e75509d385650de8d80ea8d6 100644
|
| --- a/remoting/protocol/secure_channel_factory.cc
|
| +++ b/remoting/protocol/secure_channel_factory.cc
|
| @@ -51,7 +51,7 @@ void SecureChannelFactory::OnBaseChannelCreated(
|
| const ChannelCreatedCallback& callback,
|
| scoped_ptr<net::StreamSocket> socket) {
|
| if (!socket) {
|
| - callback.Run(scoped_ptr<net::StreamSocket>());
|
| + callback.Run(nullptr);
|
| return;
|
| }
|
|
|
|
|