| Index: webrtc/modules/rtp_rtcp/source/rtcp_packet/rpsi.h
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_packet/rpsi.h b/webrtc/modules/rtp_rtcp/source/rtcp_packet/rpsi.h
|
| index 79b6acec3e8663fc20c69d21d536d245b6fd337f..d65023d8c3a0f787cd3262a9f2a7e9227ba1c7e0 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtcp_packet/rpsi.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtcp_packet/rpsi.h
|
| @@ -12,7 +12,6 @@
|
| #define WEBRTC_MODULES_RTP_RTCP_SOURCE_RTCP_PACKET_RPSI_H_
|
|
|
| #include "webrtc/base/basictypes.h"
|
| -#include "webrtc/base/constructormagic.h"
|
| #include "webrtc/modules/rtp_rtcp/source/rtcp_packet/psfb.h"
|
|
|
| namespace webrtc {
|
| @@ -49,8 +48,6 @@ class Rpsi : public Psfb {
|
| uint8_t payload_type_;
|
| uint64_t picture_id_;
|
| size_t block_length_;
|
| -
|
| - RTC_DISALLOW_COPY_AND_ASSIGN(Rpsi);
|
| };
|
| } // namespace rtcp
|
| } // namespace webrtc
|
|
|