| Index: chrome/browser/supervised_user/child_accounts/family_info_fetcher.cc
|
| diff --git a/chrome/browser/supervised_user/child_accounts/family_info_fetcher.cc b/chrome/browser/supervised_user/child_accounts/family_info_fetcher.cc
|
| index 09097ebaa402ef7c4f8605abda1b6182bacfbb14..47c6899a24d3022fd366e1a74e0b95bfb8f23f1d 100644
|
| --- a/chrome/browser/supervised_user/child_accounts/family_info_fetcher.cc
|
| +++ b/chrome/browser/supervised_user/child_accounts/family_info_fetcher.cc
|
| @@ -202,7 +202,7 @@ void FamilyInfoFetcher::OnURLFetchComplete(
|
| access_token_expired_ = true;
|
| OAuth2TokenService::ScopeSet scopes;
|
| scopes.insert(kScope);
|
| - token_service_->InvalidateToken(account_id_, scopes, access_token_);
|
| + token_service_->InvalidateAccessToken(account_id_, scopes, access_token_);
|
| StartFetching();
|
| return;
|
| }
|
|
|