| Index: remoting/host/video_frame_recorder_host_extension.h
|
| diff --git a/remoting/host/video_frame_recorder_host_extension.h b/remoting/host/video_frame_recorder_host_extension.h
|
| index 8bac52517db7f224c15d2b32b500c100853882b0..ff2ff4e31a8ed580572c5d6027b0a338881c335c 100644
|
| --- a/remoting/host/video_frame_recorder_host_extension.h
|
| +++ b/remoting/host/video_frame_recorder_host_extension.h
|
| @@ -22,10 +22,10 @@ class VideoFrameRecorderHostExtension : public HostExtension {
|
| void SetMaxContentBytes(int64_t max_content_bytes);
|
|
|
| // remoting::HostExtension interface.
|
| - virtual std::string capability() const OVERRIDE;
|
| + virtual std::string capability() const override;
|
| virtual scoped_ptr<HostExtensionSession> CreateExtensionSession(
|
| ClientSessionControl* client_session,
|
| - protocol::ClientStub* client_stub) OVERRIDE;
|
| + protocol::ClientStub* client_stub) override;
|
|
|
| private:
|
| int64_t max_content_bytes_;
|
|
|