Index: net/quic/congestion_control/loss_detection_interface.cc |
diff --git a/net/quic/congestion_control/loss_detection_interface.cc b/net/quic/congestion_control/loss_detection_interface.cc |
index 035848c9c01201ba3f7c7977c14348be8f201f21..df2983f207906317defa5a1352562c1696a39b7f 100644 |
--- a/net/quic/congestion_control/loss_detection_interface.cc |
+++ b/net/quic/congestion_control/loss_detection_interface.cc |
@@ -19,7 +19,7 @@ LossDetectionInterface* LossDetectionInterface::Create( |
return new TimeLossAlgorithm(); |
} |
LOG(DFATAL) << "Unknown loss detection algorithm:" << loss_type; |
- return NULL; |
+ return nullptr; |
} |
} // namespace net |