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

Unified Diff: remoting/host/gnubby_auth_handler_win.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/gnubby_auth_handler_posix_unittest.cc ('k') | remoting/host/heartbeat_sender.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/gnubby_auth_handler_win.cc
diff --git a/remoting/host/gnubby_auth_handler_win.cc b/remoting/host/gnubby_auth_handler_win.cc
index c512466931129727d0c4a537320d21888380eb18..e24eb6b162f034645e4f1e775b61cd1a1f10794a 100644
--- a/remoting/host/gnubby_auth_handler_win.cc
+++ b/remoting/host/gnubby_auth_handler_win.cc
@@ -13,9 +13,9 @@ namespace {
class GnubbyAuthHandlerWin : public GnubbyAuthHandler {
private:
// GnubbyAuthHandler interface.
- virtual void DeliverClientMessage(const std::string& message) OVERRIDE;
+ virtual void DeliverClientMessage(const std::string& message) override;
virtual void DeliverHostDataMessage(int connection_id,
- const std::string& data) const OVERRIDE;
+ const std::string& data) const override;
DISALLOW_COPY_AND_ASSIGN(GnubbyAuthHandlerWin);
};
« no previous file with comments | « remoting/host/gnubby_auth_handler_posix_unittest.cc ('k') | remoting/host/heartbeat_sender.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698