| Index: chrome/browser/media/webrtc_rtp_dump_writer.h
|
| diff --git a/chrome/browser/media/webrtc_rtp_dump_writer.h b/chrome/browser/media/webrtc_rtp_dump_writer.h
|
| index 8124ced9e0f011d071b941ccab558abd242aff35..a53955e3f85ffe82e88c42edd8acc8629294ffb9 100644
|
| --- a/chrome/browser/media/webrtc_rtp_dump_writer.h
|
| +++ b/chrome/browser/media/webrtc_rtp_dump_writer.h
|
| @@ -80,6 +80,7 @@ class WebRtcRtpDumpWriter {
|
| // Used by EndDump to cache the input and intermediate results.
|
| struct EndDumpContext {
|
| EndDumpContext(RtpDumpType type, const EndDumpCallback& callback);
|
| + EndDumpContext(const EndDumpContext& other);
|
| ~EndDumpContext();
|
|
|
| RtpDumpType type;
|
|
|