Index: components/signin/ios/browser/profile_oauth2_token_service_ios.mm |
diff --git a/components/signin/ios/browser/profile_oauth2_token_service_ios.mm b/components/signin/ios/browser/profile_oauth2_token_service_ios.mm |
index 63da829bb2f98fa816e9ee7d1fca13587e3fdfe4..f51af7396d8bd2f56e251d6dfbc86fb677f82109 100644 |
--- a/components/signin/ios/browser/profile_oauth2_token_service_ios.mm |
+++ b/components/signin/ios/browser/profile_oauth2_token_service_ios.mm |
@@ -65,9 +65,9 @@ class SSOAccessTokenFetcher : public OAuth2AccessTokenFetcher { |
virtual void Start(const std::string& client_id, |
const std::string& client_secret, |
- const std::vector<std::string>& scopes) OVERRIDE; |
+ const std::vector<std::string>& scopes) override; |
- virtual void CancelRequest() OVERRIDE; |
+ virtual void CancelRequest() override; |
// Handles an access token response. |
void OnAccessTokenResponse(NSString* token, |