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

Unified Diff: remoting/host/fake_host_extension.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
« no previous file with comments | « remoting/host/fake_host_extension.h ('k') | remoting/host/fake_host_status_monitor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/fake_host_extension.cc
diff --git a/remoting/host/fake_host_extension.cc b/remoting/host/fake_host_extension.cc
index c16cd034cb5d880081a61d26c585014c05d9a0ce..2a8160abf5f7f18bc5a03fd4d07dd82c53e31c5b 100644
--- a/remoting/host/fake_host_extension.cc
+++ b/remoting/host/fake_host_extension.cc
@@ -21,13 +21,13 @@ class FakeExtension::Session : public HostExtensionSession {
// HostExtensionSession interface.
virtual void OnCreateVideoCapturer(
- scoped_ptr<webrtc::DesktopCapturer>* encoder) OVERRIDE;
- virtual void OnCreateVideoEncoder(scoped_ptr<VideoEncoder>* encoder) OVERRIDE;
- virtual bool ModifiesVideoPipeline() const OVERRIDE;
+ scoped_ptr<webrtc::DesktopCapturer>* encoder) override;
+ virtual void OnCreateVideoEncoder(scoped_ptr<VideoEncoder>* encoder) override;
+ virtual bool ModifiesVideoPipeline() const override;
virtual bool OnExtensionMessage(
ClientSessionControl* client_session_control,
protocol::ClientStub* client_stub,
- const protocol::ExtensionMessage& message) OVERRIDE;
+ const protocol::ExtensionMessage& message) override;
private:
FakeExtension* extension_;
« no previous file with comments | « remoting/host/fake_host_extension.h ('k') | remoting/host/fake_host_status_monitor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698