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

Unified Diff: remoting/protocol/v2_authenticator_unittest.cc

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
Index: remoting/protocol/v2_authenticator_unittest.cc
diff --git a/remoting/protocol/v2_authenticator_unittest.cc b/remoting/protocol/v2_authenticator_unittest.cc
index 1f765dd9e374bb47b9308d547575e7bdbdc197a7..e9eac669a2ec30eb290b9ab7ac5a7eb315f228fc 100644
--- a/remoting/protocol/v2_authenticator_unittest.cc
+++ b/remoting/protocol/v2_authenticator_unittest.cc
@@ -35,8 +35,7 @@ class V2AuthenticatorTest : public AuthenticatorTestBase {
public:
V2AuthenticatorTest() {
}
- virtual ~V2AuthenticatorTest() {
- }
+ ~V2AuthenticatorTest() override {}
protected:
void InitAuthenticators(const std::string& client_secret,
« no previous file with comments | « remoting/protocol/third_party_authenticator_unittest.cc ('k') | remoting/signaling/log_to_server_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698