| Index: chrome/browser/sync/profile_sync_service.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service.cc b/chrome/browser/sync/profile_sync_service.cc
|
| index b12a23f4e3533711d6417463b80e1b2b0eeaa81a..e6f73f2e8461b56f590854aeb7019ee21098deb8 100644
|
| --- a/chrome/browser/sync/profile_sync_service.cc
|
| +++ b/chrome/browser/sync/profile_sync_service.cc
|
| @@ -2138,8 +2138,8 @@ void ProfileSyncService::RequestAccessToken() {
|
| // token again.
|
| const std::string& account_id = signin_->GetAccountIdToUse();
|
| if (!access_token_.empty()) {
|
| - oauth2_token_service_->InvalidateToken(
|
| - account_id, oauth2_scopes, access_token_);
|
| + oauth2_token_service_->InvalidateAccessToken(account_id, oauth2_scopes,
|
| + access_token_);
|
| }
|
|
|
| access_token_.clear();
|
|
|