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

Unified Diff: webrtc/modules/rtp_rtcp/source/rtcp_packet/bye.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/bye.h
diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_packet/bye.h b/webrtc/modules/rtp_rtcp/source/rtcp_packet/bye.h
index 744423ed70d55c91871a52613b94812e1337ff55..c3f1cab49110f6a2380722b9ee6405fb8e64dc96 100644
--- a/webrtc/modules/rtp_rtcp/source/rtcp_packet/bye.h
+++ b/webrtc/modules/rtp_rtcp/source/rtcp_packet/bye.h
@@ -15,7 +15,6 @@
#include <string>
#include <vector>
-#include "webrtc/base/constructormagic.h"
#include "webrtc/modules/rtp_rtcp/source/rtcp_packet.h"
namespace webrtc {
@@ -54,8 +53,6 @@ class Bye : public RtcpPacket {
uint32_t sender_ssrc_;
std::vector<uint32_t> csrcs_;
std::string reason_;
-
- RTC_DISALLOW_COPY_AND_ASSIGN(Bye);
};
} // namespace rtcp
« no previous file with comments | « webrtc/modules/rtp_rtcp/source/rtcp_packet/app.h ('k') | webrtc/modules/rtp_rtcp/source/rtcp_packet/extended_jitter_report.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698