Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Unified Diff: webrtc/modules/rtp_rtcp/source/rtcp_packet/nack.h

Issue 2675713005: Make rtcp packets copyable (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/rtp_rtcp/source/rtcp_packet/nack.h
diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_packet/nack.h b/webrtc/modules/rtp_rtcp/source/rtcp_packet/nack.h
index e346200a8e1b3093c08a97b390370dfbd8bd6e2d..65a65935652e1e8503171e914ef15e57e2982df6 100644
--- a/webrtc/modules/rtp_rtcp/source/rtcp_packet/nack.h
+++ b/webrtc/modules/rtp_rtcp/source/rtcp_packet/nack.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"
namespace webrtc {
@@ -53,8 +52,6 @@ class Nack : public Rtpfb {
std::vector<PackedNack> packed_;
std::vector<uint16_t> packet_ids_;
-
- RTC_DISALLOW_COPY_AND_ASSIGN(Nack);
};
} // namespace rtcp
« no previous file with comments | « webrtc/modules/rtp_rtcp/source/rtcp_packet/extended_reports.h ('k') | webrtc/modules/rtp_rtcp/source/rtcp_packet/pli.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698