| Index: remoting/protocol/stream_channel_factory.h
|
| diff --git a/remoting/protocol/stream_channel_factory.h b/remoting/protocol/stream_channel_factory.h
|
| index 48088c7594676f4eb7231a53c211c2ff087c5d26..6dc016881b58ad0e33afcb0ce81e63c2bee69c04 100644
|
| --- a/remoting/protocol/stream_channel_factory.h
|
| +++ b/remoting/protocol/stream_channel_factory.h
|
| @@ -29,7 +29,7 @@ class StreamChannelFactory : public base::NonThreadSafe {
|
| StreamChannelFactory() {}
|
|
|
| // Creates new channels and calls the |callback| when then new channel is
|
| - // created and connected. The |callback| is called with NULL if connection
|
| + // created and connected. The |callback| is called with nullptr if connection
|
| // failed for any reason. Callback may be called synchronously, before the
|
| // call returns. All channels must be destroyed, and CancelChannelCreation()
|
| // called for any pending channels, before the factory is destroyed.
|
|
|