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

Unified Diff: remoting/host/desktop_process.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/daemon_process_win.cc ('k') | remoting/host/desktop_process_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/desktop_process.h
diff --git a/remoting/host/desktop_process.h b/remoting/host/desktop_process.h
index bddbaaaf6b84c9b3c2bfc36ffe38b27f26a9e4c4..b09fb1b7d1e9c5bb067b2da9b4f4b4d3304b3e6e 100644
--- a/remoting/host/desktop_process.h
+++ b/remoting/host/desktop_process.h
@@ -38,13 +38,13 @@ class DesktopProcess : public DesktopSessionAgent::Delegate,
virtual ~DesktopProcess();
// DesktopSessionAgent::Delegate implementation.
- virtual DesktopEnvironmentFactory& desktop_environment_factory() OVERRIDE;
- virtual void OnNetworkProcessDisconnected() OVERRIDE;
+ virtual DesktopEnvironmentFactory& desktop_environment_factory() override;
+ virtual void OnNetworkProcessDisconnected() override;
// IPC::Listener implementation.
- virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
- virtual void OnChannelConnected(int32 peer_pid) OVERRIDE;
- virtual void OnChannelError() OVERRIDE;
+ virtual bool OnMessageReceived(const IPC::Message& message) override;
+ virtual void OnChannelConnected(int32 peer_pid) override;
+ virtual void OnChannelError() override;
// Injects Secure Attention Sequence.
void InjectSas();
« no previous file with comments | « remoting/host/daemon_process_win.cc ('k') | remoting/host/desktop_process_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698