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

Unified Diff: components/proximity_auth/cryptauth/cryptauth_account_token_fetcher_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_account_token_fetcher_unittest.cc
diff --git a/components/proximity_auth/cryptauth/cryptauth_account_token_fetcher_unittest.cc b/components/proximity_auth/cryptauth/cryptauth_account_token_fetcher_unittest.cc
index 23efd990689d253a09dd23e981dce009142089f2..74fb5a352a66e5dc9dedfd59eb100c901fc71527 100644
--- a/components/proximity_auth/cryptauth/cryptauth_account_token_fetcher_unittest.cc
+++ b/components/proximity_auth/cryptauth/cryptauth_account_token_fetcher_unittest.cc
@@ -31,7 +31,6 @@ class ProximityAuthCryptAuthAccountTokenFetcherTest : public testing::Test {
: fetcher_(&token_service_, kAccountId) {
token_service_.AddAccount(kAccountId);
}
- virtual ~ProximityAuthCryptAuthAccountTokenFetcherTest() {}
FakeOAuth2TokenService token_service_;
CryptAuthAccountTokenFetcher fetcher_;

Powered by Google App Engine
This is Rietveld 408576698