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

Unified Diff: remoting/protocol/connection_to_client.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/protocol/clipboard_thread_proxy.h ('k') | remoting/protocol/connection_to_client_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/connection_to_client.h
diff --git a/remoting/protocol/connection_to_client.h b/remoting/protocol/connection_to_client.h
index 8fb9a8ba5198c1dfe291e883ff7515094dd46d71..aee5e4ad8b0c8f800108d85ece71563f3d8387cb 100644
--- a/remoting/protocol/connection_to_client.h
+++ b/remoting/protocol/connection_to_client.h
@@ -101,9 +101,9 @@ class ConnectionToClient : public base::NonThreadSafe,
virtual InputStub* input_stub();
// Session::EventHandler interface.
- virtual void OnSessionStateChange(Session::State state) OVERRIDE;
+ virtual void OnSessionStateChange(Session::State state) override;
virtual void OnSessionRouteChange(const std::string& channel_name,
- const TransportRoute& route) OVERRIDE;
+ const TransportRoute& route) override;
private:
// Callback for channel initialization.
« no previous file with comments | « remoting/protocol/clipboard_thread_proxy.h ('k') | remoting/protocol/connection_to_client_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698