| 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;
|
|
|