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

Unified Diff: media/filters/video_frame_scheduler_proxy.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/video_frame_scheduler_impl.h ('k') | media/filters/video_renderer_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/video_frame_scheduler_proxy.h
diff --git a/media/filters/video_frame_scheduler_proxy.h b/media/filters/video_frame_scheduler_proxy.h
index 9130f603f1bc6208a876f4807950120d8805905c..315bf28ab4b36d11afeadfc340935fb99d1c3bb3 100644
--- a/media/filters/video_frame_scheduler_proxy.h
+++ b/media/filters/video_frame_scheduler_proxy.h
@@ -32,8 +32,8 @@ class MEDIA_EXPORT VideoFrameSchedulerProxy : 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;
private:
scoped_refptr<base::SingleThreadTaskRunner> task_runner_;
« no previous file with comments | « media/filters/video_frame_scheduler_impl.h ('k') | media/filters/video_renderer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698