| Index: remoting/protocol/negotiating_authenticator_unittest.cc
|
| diff --git a/remoting/protocol/negotiating_authenticator_unittest.cc b/remoting/protocol/negotiating_authenticator_unittest.cc
|
| index 82a763c7cfbc489b27155f6cd58e8baf5a342b1d..64afc0cb0ec7edc0a78f34866e050728e4a13cee 100644
|
| --- a/remoting/protocol/negotiating_authenticator_unittest.cc
|
| +++ b/remoting/protocol/negotiating_authenticator_unittest.cc
|
| @@ -79,7 +79,7 @@ class NegotiatingAuthenticatorTest : public AuthenticatorTestBase {
|
| client_as_negotiating_authenticator_ = new NegotiatingClientAuthenticator(
|
| client_id, client_paired_secret,
|
| kTestHostId, fetch_secret_callback,
|
| - scoped_ptr<ThirdPartyClientAuthenticator::TokenFetcher>(), methods);
|
| + nullptr, methods);
|
| client_.reset(client_as_negotiating_authenticator_);
|
| }
|
|
|
|
|