| Index: components/history/core/browser/web_history_service.cc
|
| diff --git a/components/history/core/browser/web_history_service.cc b/components/history/core/browser/web_history_service.cc
|
| index 4a8b3aa7f3d5953e2709dfeffd24a2110411d891..bfc70ee8d45e27d7410f926853b9ce621aa576d3 100644
|
| --- a/components/history/core/browser/web_history_service.cc
|
| +++ b/components/history/core/browser/web_history_service.cc
|
| @@ -111,9 +111,8 @@ class RequestImpl : public WebHistoryService::Request,
|
| if (response_code_ == net::HTTP_UNAUTHORIZED && ++auth_retry_count_ <= 1) {
|
| OAuth2TokenService::ScopeSet oauth_scopes;
|
| oauth_scopes.insert(kHistoryOAuthScope);
|
| - token_service_->InvalidateToken(
|
| - signin_manager_->GetAuthenticatedAccountId(),
|
| - oauth_scopes,
|
| + token_service_->InvalidateAccessToken(
|
| + signin_manager_->GetAuthenticatedAccountId(), oauth_scopes,
|
| access_token_);
|
|
|
| access_token_.clear();
|
|
|