Index: remoting/protocol/negotiating_authenticator_unittest.cc |
diff --git a/remoting/protocol/negotiating_authenticator_unittest.cc b/remoting/protocol/negotiating_authenticator_unittest.cc |
index 1a6e93f41c537e26e582c1789acbc859201ef5af..b3ba758eea12187ae43e32379191f7cf39ee8b0a 100644 |
--- a/remoting/protocol/negotiating_authenticator_unittest.cc |
+++ b/remoting/protocol/negotiating_authenticator_unittest.cc |
@@ -61,7 +61,8 @@ class NegotiatingAuthenticatorTest : public AuthenticatorTestBase { |
} |
client_.reset(new NegotiatingClientAuthenticator( |
kTestHostId, base::Bind(&NegotiatingAuthenticatorTest::FetchSecret, |
- client_secret), methods)); |
+ client_secret), |
+ scoped_ptr<ThirdPartyClientAuthenticator::TokenFetcher>(), methods)); |
} |
static void FetchSecret( |