| Index: media/cast/logging/receiver_time_offset_estimator_impl.h
|
| diff --git a/media/cast/logging/receiver_time_offset_estimator_impl.h b/media/cast/logging/receiver_time_offset_estimator_impl.h
|
| index 71316e1d1579d08bfafc4b428b7bc2617b4896fb..bb1dd49a972c3def94fc9c5e8bc38396d52170fd 100644
|
| --- a/media/cast/logging/receiver_time_offset_estimator_impl.h
|
| +++ b/media/cast/logging/receiver_time_offset_estimator_impl.h
|
| @@ -69,12 +69,12 @@ class ReceiverTimeOffsetEstimatorImpl : public ReceiverTimeOffsetEstimator {
|
| bool has_bound() const { return has_bound_; }
|
| base::TimeDelta bound() const { return bound_; }
|
|
|
| - void SetSent(uint32_t rtp,
|
| - uint32_t packet_id,
|
| + void SetSent(RtpTimeTicks rtp,
|
| + uint16_t packet_id,
|
| bool audio,
|
| base::TimeTicks t);
|
|
|
| - void SetReceived(uint32_t rtp,
|
| + void SetReceived(RtpTimeTicks rtp,
|
| uint16_t packet_id,
|
| bool audio,
|
| base::TimeTicks t);
|
|
|