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

Unified Diff: remoting/host/video_frame_recorder_host_extension.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.cc ('k') | remoting/host/video_frame_recorder_host_extension.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « remoting/host/video_frame_recorder.cc ('k') | remoting/host/video_frame_recorder_host_extension.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698