Index: components/signin/ios/browser/profile_oauth2_token_service_ios_unittest.mm |
diff --git a/components/signin/ios/browser/profile_oauth2_token_service_ios_unittest.mm b/components/signin/ios/browser/profile_oauth2_token_service_ios_unittest.mm |
index 11e9840d8217767ddfd2b3b376d94fca0653e293..03e8c88bde1c78995dd8a600b35026ea381353dd 100644 |
--- a/components/signin/ios/browser/profile_oauth2_token_service_ios_unittest.mm |
+++ b/components/signin/ios/browser/profile_oauth2_token_service_ios_unittest.mm |
@@ -32,7 +32,7 @@ class ProfileOAuth2TokenServiceIOSTest : public testing::Test, |
net::HTTP_OK, |
net::URLRequestStatus::SUCCESS); |
fake_provider_ = client_.GetIOSProviderAsFake(); |
- oauth2_service_.Initialize(&client_); |
+ oauth2_service_.Initialize(&client_, &signin_error_controller_); |
oauth2_service_.AddObserver(this); |
} |
@@ -75,6 +75,7 @@ class ProfileOAuth2TokenServiceIOSTest : public testing::Test, |
base::MessageLoop message_loop_; |
net::FakeURLFetcherFactory factory_; |
TestSigninClient client_; |
+ SigninErrorController signin_error_controller_; |
ios::FakeProfileOAuth2TokenServiceIOSProvider* fake_provider_; |
ProfileOAuth2TokenServiceIOS oauth2_service_; |
TestingOAuth2TokenServiceConsumer consumer_; |