| Index: webrtc/base/asynctcpsocket.h
|
| diff --git a/webrtc/base/asynctcpsocket.h b/webrtc/base/asynctcpsocket.h
|
| index cd5c104d88e03e7d1900c4a258644eb5f13b398e..2e4ff9aaa7a0f9d20a708a5f629a08b9319b3fa0 100644
|
| --- a/webrtc/base/asynctcpsocket.h
|
| +++ b/webrtc/base/asynctcpsocket.h
|
| @@ -51,7 +51,7 @@ class AsyncTCPSocketBase : public AsyncPacketSocket {
|
|
|
| protected:
|
| // Binds and connects |socket| and creates AsyncTCPSocket for
|
| - // it. Takes ownership of |socket|. Returns NULL if bind() or
|
| + // it. Takes ownership of |socket|. Returns null if bind() or
|
| // connect() fail (|socket| is destroyed in that case).
|
| static AsyncSocket* ConnectSocket(AsyncSocket* socket,
|
| const SocketAddress& bind_address,
|
| @@ -85,7 +85,7 @@ class AsyncTCPSocketBase : public AsyncPacketSocket {
|
| class AsyncTCPSocket : public AsyncTCPSocketBase {
|
| public:
|
| // Binds and connects |socket| and creates AsyncTCPSocket for
|
| - // it. Takes ownership of |socket|. Returns NULL if bind() or
|
| + // it. Takes ownership of |socket|. Returns null if bind() or
|
| // connect() fail (|socket| is destroyed in that case).
|
| static AsyncTCPSocket* Create(AsyncSocket* socket,
|
| const SocketAddress& bind_address,
|
|
|