| Index: components/signin/ios/browser/profile_oauth2_token_service_ios.h
|
| diff --git a/components/signin/ios/browser/profile_oauth2_token_service_ios.h b/components/signin/ios/browser/profile_oauth2_token_service_ios.h
|
| index 944e2277ea18ff614cea153766928e876c82c83f..8f90788c6c28f8faaa9b8d0b49b1a92a61ae7e92 100644
|
| --- a/components/signin/ios/browser/profile_oauth2_token_service_ios.h
|
| +++ b/components/signin/ios/browser/profile_oauth2_token_service_ios.h
|
| @@ -33,7 +33,7 @@ class ProfileOAuth2TokenServiceIOS : public ProfileOAuth2TokenService {
|
| // OAuth2TokenService
|
| bool RefreshTokenIsAvailable(const std::string& account_id) const override;
|
|
|
| - void InvalidateOAuth2Token(const std::string& account_id,
|
| + void InvalidateAccessToken(const std::string& account_id,
|
| const std::string& client_id,
|
| const ScopeSet& scopes,
|
| const std::string& access_token) override;
|
|
|