Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1160)

Unified Diff: media/cast/logging/receiver_time_offset_estimator.h

Issue 655713003: Standardize usage of virtual/override/final in media/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « media/cast/logging/encoding_event_subscriber.h ('k') | media/cast/logging/receiver_time_offset_estimator_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698