| Index: webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc
|
| index 6aaea95796fceafe7fee5b442fa266c5574a1dd7..21e292cb4e7b84efeb42e213cb63bc29f172c1ac 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc
|
| @@ -54,8 +54,7 @@ RTPExtensionType StringToRtpExtensionType(const std::string& extension) {
|
| return kRtpExtensionNone;
|
| }
|
|
|
| -RtpRtcp::Configuration::Configuration()
|
| - : receive_statistics(NullObjectReceiveStatistics()) {}
|
| +RtpRtcp::Configuration::Configuration() = default;
|
|
|
| RtpRtcp* RtpRtcp::CreateRtpRtcp(const RtpRtcp::Configuration& configuration) {
|
| if (configuration.clock) {
|
|
|