Index: webrtc/modules/rtp_rtcp/test/testAPI/test_api.cc |
diff --git a/webrtc/modules/rtp_rtcp/test/testAPI/test_api.cc b/webrtc/modules/rtp_rtcp/test/testAPI/test_api.cc |
index 1d4d6d04a5e3a281c8946fd8adbfd56bd44c1f7f..67e8a65c4dff21fab89b746347f8f34c29ca620d 100644 |
--- a/webrtc/modules/rtp_rtcp/test/testAPI/test_api.cc |
+++ b/webrtc/modules/rtp_rtcp/test/testAPI/test_api.cc |
@@ -97,7 +97,7 @@ class RtpRtcpAPITest : public ::testing::Test { |
rtp_payload_registry_.reset(new RTPPayloadRegistry( |
RTPPayloadStrategy::CreateStrategy(true))); |
rtp_receiver_.reset(RtpReceiver::CreateAudioReceiver( |
- &fake_clock_, NULL, NULL, NULL, rtp_payload_registry_.get())); |
+ &fake_clock_, NULL, NULL, rtp_payload_registry_.get())); |
} |
rtc::scoped_ptr<RTPPayloadRegistry> rtp_payload_registry_; |