| 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_;
|
|
|