Index: google_apis/gaia/ubertoken_fetcher.cc |
diff --git a/google_apis/gaia/ubertoken_fetcher.cc b/google_apis/gaia/ubertoken_fetcher.cc |
index 15e5932bed620498fe8ede7fc2cd6ad2369c987d..4f9785ea026d3f94e77ab672d9b2d0611ea22193 100644 |
--- a/google_apis/gaia/ubertoken_fetcher.cc |
+++ b/google_apis/gaia/ubertoken_fetcher.cc |
@@ -69,7 +69,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_) { |