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

Unified Diff: components/proximity_auth/cryptauth/cryptauth_account_token_fetcher.h

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.h
diff --git a/components/proximity_auth/cryptauth/cryptauth_account_token_fetcher.h b/components/proximity_auth/cryptauth/cryptauth_account_token_fetcher.h
index 717378c2087bdae836c7a82e3019eec5d3b1a100..49ce4b0781d6ed7218a734fddc26162d62fc55de 100644
--- a/components/proximity_auth/cryptauth/cryptauth_account_token_fetcher.h
+++ b/components/proximity_auth/cryptauth/cryptauth_account_token_fetcher.h
@@ -19,7 +19,7 @@ class CryptAuthAccountTokenFetcher : public CryptAuthAccessTokenFetcher,
// |token_service| is not owned, and must outlive this object.
CryptAuthAccountTokenFetcher(OAuth2TokenService* token_service,
const std::string& account_id);
- virtual ~CryptAuthAccountTokenFetcher();
+ ~CryptAuthAccountTokenFetcher() override;
// CryptAuthAccessTokenFetcher:
void FetchAccessToken(const AccessTokenCallback& callback) override;

Powered by Google App Engine
This is Rietveld 408576698