Index: chrome/browser/signin/android_profile_oauth2_token_service.h |
diff --git a/chrome/browser/signin/android_profile_oauth2_token_service.h b/chrome/browser/signin/android_profile_oauth2_token_service.h |
index a878536d2f7b21d42fdde3623e48309644ee8203..cae22f71df699630122034025882b703e3cf73a8 100644 |
--- a/chrome/browser/signin/android_profile_oauth2_token_service.h |
+++ b/chrome/browser/signin/android_profile_oauth2_token_service.h |
@@ -44,7 +44,9 @@ class AndroidProfileOAuth2TokenService : public ProfileOAuth2TokenService { |
} |
// ProfileOAuth2TokenService overrides: |
- virtual void Initialize(SigninClient* client) override; |
+ virtual void Initialize( |
+ SigninClient* client, |
+ SigninErrorController* signin_error_controller) override; |
virtual bool RefreshTokenIsAvailable( |
const std::string& account_id) const override; |
virtual void UpdateAuthError( |