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

Unified Diff: media/cast/sender/video_sender.h

Issue 623263003: replace OVERRIDE and FINAL with override and 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
« no previous file with comments | « media/cast/sender/video_encoder_impl_unittest.cc ('k') | media/cast/sender/video_sender_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/sender/video_sender.h
diff --git a/media/cast/sender/video_sender.h b/media/cast/sender/video_sender.h
index e7658abeea45433bcee1947022e34d87c92e459c..ebe0b10a0ed21d541156d20083af425d492f8bfd 100644
--- a/media/cast/sender/video_sender.h
+++ b/media/cast/sender/video_sender.h
@@ -57,9 +57,9 @@ class VideoSender : public FrameSender,
const base::TimeTicks& capture_time);
protected:
- virtual int GetNumberOfFramesInEncoder() const OVERRIDE;
- virtual base::TimeDelta GetInFlightMediaDuration() const OVERRIDE;
- virtual void OnAck(uint32 frame_id) OVERRIDE;
+ virtual int GetNumberOfFramesInEncoder() const override;
+ virtual base::TimeDelta GetInFlightMediaDuration() const override;
+ virtual void OnAck(uint32 frame_id) override;
private:
// Called when the encoder is initialized or has failed to initialize.
« no previous file with comments | « media/cast/sender/video_encoder_impl_unittest.cc ('k') | media/cast/sender/video_sender_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698