| Index: webrtc/modules/rtp_rtcp/source/rtcp_packet/tmmbn.h
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_packet/tmmbn.h b/webrtc/modules/rtp_rtcp/source/rtcp_packet/tmmbn.h
|
| index 23db484edf8d6d406df74158ac33c1d30cd1b086..a02aad642227ee2415dff800bd13e00f6274a01e 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtcp_packet/tmmbn.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtcp_packet/tmmbn.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/rtpfb.h"
|
| #include "webrtc/modules/rtp_rtcp/source/rtcp_packet/tmmb_item.h"
|
|
|
| @@ -55,8 +54,6 @@ class Tmmbn : public Rtpfb {
|
| uint32_t media_ssrc() const;
|
|
|
| std::vector<TmmbItem> items_;
|
| -
|
| - RTC_DISALLOW_COPY_AND_ASSIGN(Tmmbn);
|
| };
|
| } // namespace rtcp
|
| } // namespace webrtc
|
|
|