| Index: webrtc/modules/rtp_rtcp/source/nack_rtx_unittest.cc
|
| diff --git a/webrtc/modules/rtp_rtcp/source/nack_rtx_unittest.cc b/webrtc/modules/rtp_rtcp/source/nack_rtx_unittest.cc
|
| index d772753fa54f8ea6681aa3274ce1790f24a32f1c..69a3d4e19fd4d89953e621c3a10db1b311a248e1 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/nack_rtx_unittest.cc
|
| +++ b/webrtc/modules/rtp_rtcp/source/nack_rtx_unittest.cc
|
| @@ -75,9 +75,9 @@ class RtxLoopBackTransport : public webrtc::Transport {
|
| consecutive_drop_end_(0),
|
| rtx_ssrc_(rtx_ssrc),
|
| count_rtx_ssrc_(0),
|
| - rtp_payload_registry_(NULL),
|
| - rtp_receiver_(NULL),
|
| - module_(NULL) {}
|
| + rtp_payload_registry_(nullptr),
|
| + rtp_receiver_(nullptr),
|
| + module_(nullptr) {}
|
|
|
| void SetSendModule(RtpRtcp* rtpRtcpModule,
|
| RTPPayloadRegistry* rtp_payload_registry,
|
|
|