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

Unified Diff: media/filters/test_video_frame_scheduler.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/filters/skcanvas_video_renderer.cc ('k') | media/filters/video_frame_scheduler_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/test_video_frame_scheduler.h
diff --git a/media/filters/test_video_frame_scheduler.h b/media/filters/test_video_frame_scheduler.h
index c2920627a3eb447c56527934ca0337ccfd39b022..bfe97719e592e588012a05191ffbf51bc1ba3327 100644
--- a/media/filters/test_video_frame_scheduler.h
+++ b/media/filters/test_video_frame_scheduler.h
@@ -31,8 +31,8 @@ class TestVideoFrameScheduler : public VideoFrameScheduler {
// VideoFrameScheduler implementation.
virtual void ScheduleVideoFrame(const scoped_refptr<VideoFrame>& frame,
base::TimeTicks wall_ticks,
- const DoneCB& done_cb) OVERRIDE;
- virtual void Reset() OVERRIDE;
+ const DoneCB& done_cb) override;
+ virtual void Reset() override;
// Displays all frames with scheduled times <= |wall_ticks|.
void DisplayFramesUpTo(base::TimeTicks wall_ticks);
« no previous file with comments | « media/filters/skcanvas_video_renderer.cc ('k') | media/filters/video_frame_scheduler_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698