| Index: webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.h
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.h b/webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.h
|
| index a79284196272ae7a37d21c20e927e7a93aba3871..da578c7ff90386e18c3615f22b5964944e67f38e 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.h
|
| @@ -12,6 +12,7 @@
|
| #define WEBRTC_MODULES_RTP_RTCP_SOURCE_RTCP_RECEIVER_HELP_H_
|
|
|
| #include <list>
|
| +#include <memory>
|
| #include <vector>
|
|
|
| #include "webrtc/base/constructormagic.h"
|
| @@ -87,7 +88,7 @@ public:
|
|
|
| uint32_t xr_originator_ssrc;
|
| bool xr_dlrr_item;
|
| - RTCPVoIPMetric* VoIPMetric;
|
| + std::unique_ptr<RTCPVoIPMetric> VoIPMetric;
|
|
|
| rtc::scoped_ptr<rtcp::TransportFeedback> transport_feedback_;
|
|
|
|
|