Index: media/cast/logging/receiver_time_offset_estimator.h |
diff --git a/media/cast/logging/receiver_time_offset_estimator.h b/media/cast/logging/receiver_time_offset_estimator.h |
index 5880a8d5ac33a56c3f826b87291ed90b1d001ccf..6fb5f677699a6efa4a3223ad963bf645066b8162 100644 |
--- a/media/cast/logging/receiver_time_offset_estimator.h |
+++ b/media/cast/logging/receiver_time_offset_estimator.h |
@@ -24,7 +24,7 @@ namespace cast { |
// timestamp. |
class ReceiverTimeOffsetEstimator : public RawEventSubscriber { |
public: |
- virtual ~ReceiverTimeOffsetEstimator() {} |
+ ~ReceiverTimeOffsetEstimator() override {} |
// If bounds are known, assigns |lower_bound| and |upper_bound| with the |
// lower bound and upper bound for the offset value, respectively. |