| Index: net/quic/congestion_control/receive_algorithm_interface.cc
|
| diff --git a/net/quic/congestion_control/receive_algorithm_interface.cc b/net/quic/congestion_control/receive_algorithm_interface.cc
|
| index 812aa461d5fb595f7aea24d83ea5e82b420e19f5..72164ef1407bf3e91a6af9471e51e24c69f460b7 100644
|
| --- a/net/quic/congestion_control/receive_algorithm_interface.cc
|
| +++ b/net/quic/congestion_control/receive_algorithm_interface.cc
|
| @@ -15,7 +15,7 @@ ReceiveAlgorithmInterface* ReceiveAlgorithmInterface::Create(
|
| case kTCP:
|
| return new TcpReceiver();
|
| }
|
| - return NULL;
|
| + return nullptr;
|
| }
|
|
|
| } // namespace net
|
|
|