| Index: webrtc/modules/rtp_rtcp/source/rtcp_packet/rrtr.h
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_packet/rrtr.h b/webrtc/modules/rtp_rtcp/source/rtcp_packet/rrtr.h
|
| index 3354f61df6e8b4bec82f2ff6c7658a2bf9a4fb81..f123aaf4f1e09111b1d155e7b9344879849779e3 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtcp_packet/rrtr.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtcp_packet/rrtr.h
|
| @@ -36,7 +36,7 @@ class Rrtr {
|
| // Consumes Rrtr::kLength bytes.
|
| void Create(uint8_t* buffer) const;
|
|
|
| - void WithNtp(const NtpTime& ntp) { ntp_ = ntp; }
|
| + void SetNtp(NtpTime ntp) { ntp_ = ntp; }
|
|
|
| NtpTime ntp() const { return ntp_; }
|
|
|
|
|