| Index: chrome/browser/media/webrtc_rtp_dump_writer.cc
|
| diff --git a/chrome/browser/media/webrtc_rtp_dump_writer.cc b/chrome/browser/media/webrtc_rtp_dump_writer.cc
|
| index a362142cc47350284b8729aea0a2aeb8b2ff6815..33e34df09f354b431ceeef2a4c3b9efed83d86fc 100644
|
| --- a/chrome/browser/media/webrtc_rtp_dump_writer.cc
|
| +++ b/chrome/browser/media/webrtc_rtp_dump_writer.cc
|
| @@ -348,6 +348,9 @@ WebRtcRtpDumpWriter::EndDumpContext::EndDumpContext(
|
| callback(callback) {
|
| }
|
|
|
| +WebRtcRtpDumpWriter::EndDumpContext::EndDumpContext(
|
| + const EndDumpContext& other) = default;
|
| +
|
| WebRtcRtpDumpWriter::EndDumpContext::~EndDumpContext() {
|
| }
|
|
|
|
|