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

Unified Diff: components/proximity_auth/cryptauth/cryptauth_client_unittest.cc

Issue 824513003: Standardize usage of virtual/override/final specifiers in components/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years 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: components/proximity_auth/cryptauth/cryptauth_client_unittest.cc
diff --git a/components/proximity_auth/cryptauth/cryptauth_client_unittest.cc b/components/proximity_auth/cryptauth/cryptauth_client_unittest.cc
index 117ef91cbbc1e5f8dbaf26bbbd18f90f8844c8b7..6ee8343b0cafca72790a6f5bd2216ac9c90b1efb 100644
--- a/components/proximity_auth/cryptauth/cryptauth_client_unittest.cc
+++ b/components/proximity_auth/cryptauth/cryptauth_client_unittest.cc
@@ -112,7 +112,6 @@ class ProximityAuthCryptAuthClientTest : public testing::Test {
url_request_context_(
new net::TestURLRequestContextGetter(new base::NullTaskRunner())),
serialized_request_(std::string()) {}
- virtual ~ProximityAuthCryptAuthClientTest() {}
void SetUp() override {
base::CommandLine::ForCurrentProcess()->AppendSwitchASCII(

Powered by Google App Engine
This is Rietveld 408576698