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

Unified Diff: remoting/host/gnubby_auth_handler_posix_unittest.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.h ('k') | remoting/host/gnubby_auth_handler_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/gnubby_auth_handler_posix_unittest.cc
diff --git a/remoting/host/gnubby_auth_handler_posix_unittest.cc b/remoting/host/gnubby_auth_handler_posix_unittest.cc
index 94f28e06e523e625ee6323e9140c3145a5ca5d98..139a560283a7d588b39b321ce0f1180366caa3b8 100644
--- a/remoting/host/gnubby_auth_handler_posix_unittest.cc
+++ b/remoting/host/gnubby_auth_handler_posix_unittest.cc
@@ -42,7 +42,7 @@ class MockStreamListenSocket : public net::StreamListenSocket {
explicit MockStreamListenSocket(net::StreamListenSocket::Delegate* delegate)
: StreamListenSocket(net::kInvalidSocket, delegate) {}
- virtual void Accept() OVERRIDE { NOTREACHED(); }
+ virtual void Accept() override { NOTREACHED(); }
private:
virtual ~MockStreamListenSocket() {}
@@ -54,7 +54,7 @@ class GnubbyAuthHandlerPosixTest : public testing::Test {
public:
GnubbyAuthHandlerPosixTest() {}
- virtual void SetUp() OVERRIDE;
+ virtual void SetUp() override;
protected:
// Object under test.
« no previous file with comments | « remoting/host/gnubby_auth_handler_posix.h ('k') | remoting/host/gnubby_auth_handler_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698