| Index: remoting/protocol/connection_to_client.h
|
| diff --git a/remoting/protocol/connection_to_client.h b/remoting/protocol/connection_to_client.h
|
| index f221dcce86c0c276005d01ad07e131af946d089d..8f075b7018658832bf12b08ac11108cac83cbb28 100644
|
| --- a/remoting/protocol/connection_to_client.h
|
| +++ b/remoting/protocol/connection_to_client.h
|
| @@ -86,7 +86,7 @@ class ConnectionToClient : public base::NonThreadSafe,
|
| // Get the stubs used by the host to transmit messages to the client.
|
| // The stubs must not be accessed before OnConnectionAuthenticated(), or
|
| // after OnConnectionClosed().
|
| - // Note that the audio stub will be NULL if audio is not enabled.
|
| + // Note that the audio stub will be nullptr if audio is not enabled.
|
| virtual VideoStub* video_stub();
|
| virtual AudioStub* audio_stub();
|
| virtual ClientStub* client_stub();
|
|
|