| 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 40d1220069ccadcbc807f985d8fb0357fd0ddae0..da578c7ff90386e18c3615f22b5964944e67f38e 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.h
|
| @@ -16,6 +16,7 @@
|
| #include <vector>
|
|
|
| #include "webrtc/base/constructormagic.h"
|
| +#include "webrtc/base/scoped_ptr.h"
|
| #include "webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h" // RTCPReportBlock
|
| #include "webrtc/modules/rtp_rtcp/source/rtcp_utility.h"
|
| #include "webrtc/modules/rtp_rtcp/source/tmmbr_help.h"
|
| @@ -89,7 +90,7 @@
|
| bool xr_dlrr_item;
|
| std::unique_ptr<RTCPVoIPMetric> VoIPMetric;
|
|
|
| - std::unique_ptr<rtcp::TransportFeedback> transport_feedback_;
|
| + rtc::scoped_ptr<rtcp::TransportFeedback> transport_feedback_;
|
|
|
| private:
|
| RTC_DISALLOW_COPY_AND_ASSIGN(RTCPPacketInformation);
|
|
|