| Index: net/tools/quic/quic_server.cc
|
| diff --git a/net/tools/quic/quic_server.cc b/net/tools/quic/quic_server.cc
|
| index fa93678df808a6953b7435f1ff9eb01920b99295..34beb3f5c777c5589ce0a786902893f0dd9f0968 100644
|
| --- a/net/tools/quic/quic_server.cc
|
| +++ b/net/tools/quic/quic_server.cc
|
| @@ -193,7 +193,7 @@ void QuicServer::OnEvent(int fd, EpollEvent* event) {
|
| while (read) {
|
| read = ReadAndDispatchSinglePacket(
|
| fd_, port_, dispatcher_.get(),
|
| - overflow_supported_ ? &packets_dropped_ : NULL);
|
| + overflow_supported_ ? &packets_dropped_ : nullptr);
|
| }
|
| }
|
| if (event->in_events & EPOLLOUT) {
|
|
|