Index: webrtc/modules/rtp_rtcp/source/rtp_format_vp8_test_helper.cc |
diff --git a/webrtc/modules/rtp_rtcp/source/rtp_format_vp8_test_helper.cc b/webrtc/modules/rtp_rtcp/source/rtp_format_vp8_test_helper.cc |
index 8b20aebb90aff7e11ae60b690eaf2c172053689b..3dae3c1f7af43c26fdb25e26978d2f33450780db 100644 |
--- a/webrtc/modules/rtp_rtcp/source/rtp_format_vp8_test_helper.cc |
+++ b/webrtc/modules/rtp_rtcp/source/rtp_format_vp8_test_helper.cc |
@@ -21,9 +21,9 @@ constexpr RtpPacketToSend::ExtensionManager* kNoExtensions = nullptr; |
RtpFormatVp8TestHelper::RtpFormatVp8TestHelper(const RTPVideoHeaderVP8* hdr) |
: packet_(kNoExtensions), |
- payload_data_(NULL), |
- data_ptr_(NULL), |
- fragmentation_(NULL), |
+ payload_data_(nullptr), |
+ data_ptr_(nullptr), |
+ fragmentation_(nullptr), |
hdr_info_(hdr), |
payload_start_(0), |
payload_size_(0), |