| Index: remoting/protocol/negotiating_authenticator_unittest.cc
|
| diff --git a/remoting/protocol/negotiating_authenticator_unittest.cc b/remoting/protocol/negotiating_authenticator_unittest.cc
|
| index b17fa6a1bfd8da621d435e81daee40636c8bf3ef..48686653dbf9e2e2f42a600fc58a33d36119d79a 100644
|
| --- a/remoting/protocol/negotiating_authenticator_unittest.cc
|
| +++ b/remoting/protocol/negotiating_authenticator_unittest.cc
|
| @@ -48,7 +48,7 @@ class NegotiatingAuthenticatorTest : public AuthenticatorTestBase {
|
| bool client_hmac_only) {
|
| std::string host_secret_hash = AuthenticationMethod::ApplyHashFunction(
|
| hash_function, kTestHostId, host_secret);
|
| - host_ = NegotiatingAuthenticator::CreateForHost(
|
| + host_ = NegotiatingAuthenticator::CreateForHostSharedSecret(
|
| host_cert_, key_pair_, host_secret_hash, hash_function);
|
|
|
| std::vector<AuthenticationMethod> methods;
|
|
|