| 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 c1b9921f912bc6f0a25d428d7cf426f39d9738b5..ce5437b268a334dffde8bdfd5d19deb106b0aa84 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;
|
| }
|
|
|