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

Unified Diff: remoting/protocol/authenticator_test_base.h

Issue 660803004: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/video_scheduler_unittest.cc ('k') | remoting/protocol/buffered_socket_writer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/authenticator_test_base.h
diff --git a/remoting/protocol/authenticator_test_base.h b/remoting/protocol/authenticator_test_base.h
index f8b7e25394d00f91cf8bcc05c88641b8cff4e917..02e7de9ec04342e31fe22fa1f5d42c67778363c9 100644
--- a/remoting/protocol/authenticator_test_base.h
+++ b/remoting/protocol/authenticator_test_base.h
@@ -29,7 +29,7 @@ class FakeStreamSocket;
class AuthenticatorTestBase : public testing::Test {
public:
AuthenticatorTestBase();
- virtual ~AuthenticatorTestBase();
+ ~AuthenticatorTestBase() override;
protected:
class MockChannelDoneCallback {
@@ -43,7 +43,7 @@ class AuthenticatorTestBase : public testing::Test {
Authenticator* receiver,
bool sender_started,
bool receiver_srated);
- virtual void SetUp() override;
+ void SetUp() override;
void RunAuthExchange();
void RunHostInitiatedAuthExchange();
void RunChannelAuth(bool expected_fail);
« no previous file with comments | « remoting/host/video_scheduler_unittest.cc ('k') | remoting/protocol/buffered_socket_writer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698