| Index: remoting/protocol/fake_datagram_socket.h
|
| diff --git a/remoting/protocol/fake_datagram_socket.h b/remoting/protocol/fake_datagram_socket.h
|
| index 86369ae6560be1805079aeaf3370aba2993ab763..9669c0bd01cccc2be970dbe21b46bee6c1edfb32 100644
|
| --- a/remoting/protocol/fake_datagram_socket.h
|
| +++ b/remoting/protocol/fake_datagram_socket.h
|
| @@ -100,7 +100,7 @@ class FakeDatagramChannelFactory : public DatagramChannelFactory {
|
|
|
| // Can be used to retrieve FakeDatagramSocket created by this factory, e.g. to
|
| // feed data into it. The caller doesn't get ownership of the result. Returns
|
| - // NULL if the socket doesn't exist.
|
| + // nullptr if the socket doesn't exist.
|
| FakeDatagramSocket* GetFakeChannel(const std::string& name);
|
|
|
| // DatagramChannelFactory interface.
|
|
|