| Index: remoting/protocol/message_decoder.h
|
| diff --git a/remoting/protocol/message_decoder.h b/remoting/protocol/message_decoder.h
|
| index 70a1a073912f8c3cd88c357b99cef33f6ef23620..fc42871ddee5dacc6bc5477509f35b002fc324d5 100644
|
| --- a/remoting/protocol/message_decoder.h
|
| +++ b/remoting/protocol/message_decoder.h
|
| @@ -40,7 +40,7 @@ class MessageDecoder {
|
| void AddData(scoped_refptr<net::IOBuffer> data, int data_size);
|
|
|
| // Returns next message from the stream. Ownership of the result is
|
| - // passed to the caller. Returns NULL if there are no complete
|
| + // passed to the caller. Returns nullptr if there are no complete
|
| // messages yet, otherwise returns a buffer that contains one
|
| // message.
|
| CompoundBuffer* GetNextMessage();
|
|
|