| 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 768ccbdb0f63b9ad9f6ccd2bc3a50aa02cc24e22..f39cfa2ab33e121923792793341a2d8f16e8748e 100644
|
| --- a/media/cast/logging/receiver_time_offset_estimator_impl.h
|
| +++ b/media/cast/logging/receiver_time_offset_estimator_impl.h
|
| @@ -39,12 +39,12 @@ class ReceiverTimeOffsetEstimatorImpl : public ReceiverTimeOffsetEstimator {
|
| virtual ~ReceiverTimeOffsetEstimatorImpl();
|
|
|
| // RawEventSubscriber implementations.
|
| - virtual void OnReceiveFrameEvent(const FrameEvent& frame_event) OVERRIDE;
|
| - virtual void OnReceivePacketEvent(const PacketEvent& packet_event) OVERRIDE;
|
| + virtual void OnReceiveFrameEvent(const FrameEvent& frame_event) override;
|
| + virtual void OnReceivePacketEvent(const PacketEvent& packet_event) override;
|
|
|
| // ReceiverTimeOffsetEstimator implementation.
|
| virtual bool GetReceiverOffsetBounds(base::TimeDelta* lower_bound,
|
| - base::TimeDelta* upper_bound) OVERRIDE;
|
| + base::TimeDelta* upper_bound) override;
|
|
|
| private:
|
| // This helper uses the difference between sent and recived event
|
|
|