Index: google_apis/gaia/ubertoken_fetcher.cc |
diff --git a/google_apis/gaia/ubertoken_fetcher.cc b/google_apis/gaia/ubertoken_fetcher.cc |
index d72c60cf47cf9ef596dfefe11382b0b96e8585a4..0e65e917d58fa56f2f129821a6101a06af7f15dd 100644 |
--- a/google_apis/gaia/ubertoken_fetcher.cc |
+++ b/google_apis/gaia/ubertoken_fetcher.cc |
@@ -105,7 +105,7 @@ void UbertokenFetcher::OnUberAuthTokenFailure( |
// The access token is invalid. Tell the token service. |
OAuth2TokenService::ScopeSet scopes; |
scopes.insert(GaiaConstants::kOAuth1LoginScope); |
- token_service_->InvalidateToken(account_id_, scopes, access_token_); |
+ token_service_->InvalidateAccessToken(account_id_, scopes, access_token_); |
// In case the access was just stale, try one more time. |
if (!second_access_token_request_) { |