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