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 f30a4e798b07711970fbfb3d4bd05620d5669a2b..bc3c6f5b9d833a1713f61017cddb9e547ec450f5 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(); |