summaryrefslogtreecommitdiffstats
path: root/google_apis/gaia/oauth2_token_service_request.cc
diff options
context:
space:
mode:
Diffstat (limited to 'google_apis/gaia/oauth2_token_service_request.cc')
-rw-r--r--google_apis/gaia/oauth2_token_service_request.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/google_apis/gaia/oauth2_token_service_request.cc b/google_apis/gaia/oauth2_token_service_request.cc
index f01979d..3af40c3 100644
--- a/google_apis/gaia/oauth2_token_service_request.cc
+++ b/google_apis/gaia/oauth2_token_service_request.cc
@@ -314,7 +314,7 @@ InvalidateCore::~InvalidateCore() {
void InvalidateCore::StartOnTokenServiceThread() {
DCHECK(token_service_task_runner()->BelongsToCurrentThread());
- token_service()->InvalidateToken(account_id_, scopes_, access_token_);
+ token_service()->InvalidateAccessToken(account_id_, scopes_, access_token_);
}
void InvalidateCore::StopOnTokenServiceThread() {