| Index: webrtc/modules/rtp_rtcp/source/rtcp_packet/pli.h
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_packet/pli.h b/webrtc/modules/rtp_rtcp/source/rtcp_packet/pli.h
|
| index 2ed6cd73b4ba6851b42771a81e7f2f761f2c8511..1cfde4f2196531b3a74279fe09c6be768adf2427 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtcp_packet/pli.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtcp_packet/pli.h
|
| @@ -11,7 +11,6 @@
|
| #define WEBRTC_MODULES_RTP_RTCP_SOURCE_RTCP_PACKET_PLI_H_
|
|
|
| #include "webrtc/base/basictypes.h"
|
| -#include "webrtc/base/constructormagic.h"
|
| #include "webrtc/modules/rtp_rtcp/source/rtcp_packet/psfb.h"
|
|
|
| namespace webrtc {
|
| @@ -37,8 +36,6 @@ class Pli : public Psfb {
|
| size_t BlockLength() const override {
|
| return kHeaderLength + kCommonFeedbackLength;
|
| }
|
| -
|
| - RTC_DISALLOW_COPY_AND_ASSIGN(Pli);
|
| };
|
|
|
| } // namespace rtcp
|
|
|