Replace NULL with nullptr or null in webrtc/base/.
BUG=webrtc:7147 Review-Url: https://codereview.webrtc.org/2718663005 Cr-Commit-Position: refs/heads/master@{#16878}
This commit is contained in:
@ -19,7 +19,7 @@ AsyncSocket::AsyncSocket() {
|
||||
AsyncSocket::~AsyncSocket() {
|
||||
}
|
||||
|
||||
AsyncSocketAdapter::AsyncSocketAdapter(AsyncSocket* socket) : socket_(NULL) {
|
||||
AsyncSocketAdapter::AsyncSocketAdapter(AsyncSocket* socket) : socket_(nullptr) {
|
||||
Attach(socket);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user