| Index: media/cast/test/fake_receiver_time_offset_estimator.h
|
| diff --git a/media/cast/test/fake_receiver_time_offset_estimator.h b/media/cast/test/fake_receiver_time_offset_estimator.h
|
| index 2a4d3cd393b086ce6dc73e7fb2766b2022932228..2b78c06783077149d388002f09151e94709938be 100644
|
| --- a/media/cast/test/fake_receiver_time_offset_estimator.h
|
| +++ b/media/cast/test/fake_receiver_time_offset_estimator.h
|
| @@ -23,12 +23,12 @@ class FakeReceiverTimeOffsetEstimator : public ReceiverTimeOffsetEstimator {
|
| virtual ~FakeReceiverTimeOffsetEstimator();
|
|
|
| // RawReventSubscriber 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
|
| virtual bool GetReceiverOffsetBounds(base::TimeDelta* lower_bound,
|
| - base::TimeDelta* upper_bound) OVERRIDE;
|
| + base::TimeDelta* upper_bound) override;
|
|
|
| private:
|
| const base::TimeDelta offset_;
|
|
|