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

Unified Diff: remoting/host/video_scheduler.h

Issue 628753002: replace OVERRIDE and FINAL with override and final in remoting/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master 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 | « remoting/host/video_frame_recorder_unittest.cc ('k') | remoting/host/video_scheduler_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/video_scheduler.h
diff --git a/remoting/host/video_scheduler.h b/remoting/host/video_scheduler.h
index 13ef218b0ca4734f815e58286970d106376af9b2..795e8e2cb87d153027c5a8b6a4d98b1895e88693 100644
--- a/remoting/host/video_scheduler.h
+++ b/remoting/host/video_scheduler.h
@@ -95,15 +95,15 @@ class VideoScheduler : public base::RefCountedThreadSafe<VideoScheduler>,
protocol::VideoStub* video_stub);
// webrtc::DesktopCapturer::Callback implementation.
- virtual webrtc::SharedMemory* CreateSharedMemory(size_t size) OVERRIDE;
- virtual void OnCaptureCompleted(webrtc::DesktopFrame* frame) OVERRIDE;
+ virtual webrtc::SharedMemory* CreateSharedMemory(size_t size) override;
+ virtual void OnCaptureCompleted(webrtc::DesktopFrame* frame) override;
// webrtc::MouseCursorMonitor::Callback implementation.
virtual void OnMouseCursor(
- webrtc::MouseCursor* mouse_cursor) OVERRIDE;
+ webrtc::MouseCursor* mouse_cursor) override;
virtual void OnMouseCursorPosition(
webrtc::MouseCursorMonitor::CursorState state,
- const webrtc::DesktopVector& position) OVERRIDE;
+ const webrtc::DesktopVector& position) override;
// Starts scheduling frame captures.
void Start();
« no previous file with comments | « remoting/host/video_frame_recorder_unittest.cc ('k') | remoting/host/video_scheduler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698