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

Unified Diff: remoting/host/video_frame_recorder.cc

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
Index: remoting/host/video_frame_recorder.cc
diff --git a/remoting/host/video_frame_recorder.cc b/remoting/host/video_frame_recorder.cc
index 4e3df47f649c2681117c4e3d079417906e8ca636..1ec900cb7f9d06804276c75295718b0fc5168cb9 100644
--- a/remoting/host/video_frame_recorder.cc
+++ b/remoting/host/video_frame_recorder.cc
@@ -38,10 +38,10 @@ class VideoFrameRecorder::RecordingVideoEncoder : public VideoEncoder {
}
// remoting::VideoEncoder interface.
- virtual void SetLosslessEncode(bool want_lossless) OVERRIDE;
- virtual void SetLosslessColor(bool want_lossless) OVERRIDE;
+ virtual void SetLosslessEncode(bool want_lossless) override;
+ virtual void SetLosslessColor(bool want_lossless) override;
virtual scoped_ptr<VideoPacket> Encode(
- const webrtc::DesktopFrame& frame) OVERRIDE;
+ const webrtc::DesktopFrame& frame) override;
private:
scoped_ptr<VideoEncoder> encoder_;
« no previous file with comments | « remoting/host/token_validator_factory_impl_unittest.cc ('k') | remoting/host/video_frame_recorder_host_extension.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698