| Index: webrtc/modules/rtp_rtcp/source/rtcp_packet/sli.h
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_packet/sli.h b/webrtc/modules/rtp_rtcp/source/rtcp_packet/sli.h
|
| index 3214b96dec4b7e20a652993dba9b05fa93d99d56..8d42baf0e1a0a4a0fb3ca4bbcfb111a5df4c1640 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtcp_packet/sli.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtcp_packet/sli.h
|
| @@ -14,7 +14,6 @@
|
| #include <vector>
|
|
|
| #include "webrtc/base/basictypes.h"
|
| -#include "webrtc/base/constructormagic.h"
|
| #include "webrtc/modules/rtp_rtcp/source/rtcp_packet/psfb.h"
|
|
|
| namespace webrtc {
|
| @@ -73,8 +72,6 @@ class Sli : public Psfb {
|
| }
|
|
|
| std::vector<Macroblocks> items_;
|
| -
|
| - RTC_DISALLOW_COPY_AND_ASSIGN(Sli);
|
| };
|
|
|
| } // namespace rtcp
|
|
|