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

Unified Diff: remoting/host/host_window_proxy.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/host_window_proxy.h ('k') | remoting/host/in_memory_host_config.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/host_window_proxy.cc
diff --git a/remoting/host/host_window_proxy.cc b/remoting/host/host_window_proxy.cc
index a7e3d3370998e0a367e83dd56c7b3495bca3c123..6e806d204916a0eb695a05d1729d4f7f9a2419e6 100644
--- a/remoting/host/host_window_proxy.cc
+++ b/remoting/host/host_window_proxy.cc
@@ -37,12 +37,12 @@ class HostWindowProxy::Core
void StopOnUiThread();
// ClientSessionControl interface.
- virtual const std::string& client_jid() const OVERRIDE;
- virtual void DisconnectSession() OVERRIDE;
+ virtual const std::string& client_jid() const override;
+ virtual void DisconnectSession() override;
virtual void OnLocalMouseMoved(
- const webrtc::DesktopVector& position) OVERRIDE;
- virtual void SetDisableInputs(bool disable_inputs) OVERRIDE;
- virtual void ResetVideoPipeline() OVERRIDE;
+ const webrtc::DesktopVector& position) override;
+ virtual void SetDisableInputs(bool disable_inputs) override;
+ virtual void ResetVideoPipeline() override;
// Task runner on which public methods of this class must be called.
scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner_;
« no previous file with comments | « remoting/host/host_window_proxy.h ('k') | remoting/host/in_memory_host_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698