| Index: components/invalidation/ticl_invalidation_service.cc
|
| diff --git a/components/invalidation/ticl_invalidation_service.cc b/components/invalidation/ticl_invalidation_service.cc
|
| index e60902c0764dfc961593ceff0297cde1e92e9590..8abce9fa10bcb1a3d96bff3f914056ac1c2ad31d 100644
|
| --- a/components/invalidation/ticl_invalidation_service.cc
|
| +++ b/components/invalidation/ticl_invalidation_service.cc
|
| @@ -193,7 +193,8 @@ void TiclInvalidationService::RequestAccessToken() {
|
| // token again.
|
| const std::string& account_id = identity_provider_->GetActiveAccountId();
|
| OAuth2TokenService* token_service = identity_provider_->GetTokenService();
|
| - token_service->InvalidateToken(account_id, oauth2_scopes, access_token_);
|
| + token_service->InvalidateAccessToken(account_id, oauth2_scopes,
|
| + access_token_);
|
| access_token_.clear();
|
| access_token_request_ =
|
| token_service->StartRequest(account_id, oauth2_scopes, this);
|
|
|