| Index: components/proximity_auth/cryptauth/cryptauth_access_token_fetcher_impl_unittest.cc
|
| diff --git a/components/proximity_auth/cryptauth/cryptauth_access_token_fetcher_impl_unittest.cc b/components/proximity_auth/cryptauth/cryptauth_access_token_fetcher_impl_unittest.cc
|
| index 3fa70a5e3bf3a44b7fb16d4ae5c27b4d57f49c39..e1f2816f1a9b76a4c1f69d40fe273402f5d34bf6 100644
|
| --- a/components/proximity_auth/cryptauth/cryptauth_access_token_fetcher_impl_unittest.cc
|
| +++ b/components/proximity_auth/cryptauth/cryptauth_access_token_fetcher_impl_unittest.cc
|
| @@ -29,7 +29,8 @@ class ProximityAuthCryptAuthAccessTokenFetcherTest : public testing::Test {
|
| protected:
|
| ProximityAuthCryptAuthAccessTokenFetcherTest()
|
| : fetcher_(&token_service_, kAccountId) {
|
| - token_service_.AddAccount(kAccountId);
|
| + token_service_.GetDelegate()->UpdateCredentials(kAccountId,
|
| + "refresh_token");
|
| }
|
|
|
| FakeOAuth2TokenService token_service_;
|
|
|