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

Unified Diff: media/filters/video_frame_scheduler_impl.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/test_video_frame_scheduler.h ('k') | media/filters/video_frame_scheduler_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/video_frame_scheduler_impl.h
diff --git a/media/filters/video_frame_scheduler_impl.h b/media/filters/video_frame_scheduler_impl.h
index f6bc78dd2751b28a94583a3dc61ac8c1d8e565d7..e2c0a9d43c8e7949e678284536856951a9337572 100644
--- a/media/filters/video_frame_scheduler_impl.h
+++ b/media/filters/video_frame_scheduler_impl.h
@@ -36,8 +36,8 @@ class MEDIA_EXPORT VideoFrameSchedulerImpl : 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;
void SetTickClockForTesting(scoped_ptr<base::TickClock> tick_clock);
« no previous file with comments | « media/filters/test_video_frame_scheduler.h ('k') | media/filters/video_frame_scheduler_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698