| Index: remoting/protocol/v1_authenticator_unittest.cc
|
| diff --git a/remoting/protocol/v1_authenticator_unittest.cc b/remoting/protocol/v1_authenticator_unittest.cc
|
| index 5ffa317ca2f2d384aaf0ef5a03621f6534f40153..73aab69529c0072472acd2cdcd298cea30d9d69a 100644
|
| --- a/remoting/protocol/v1_authenticator_unittest.cc
|
| +++ b/remoting/protocol/v1_authenticator_unittest.cc
|
| @@ -77,7 +77,7 @@ class V1AuthenticatorTest : public testing::Test {
|
| void InitAuthenticators(const std::string& client_secret,
|
| const std::string& host_secret) {
|
| host_.reset(new V1HostAuthenticator(
|
| - host_cert_, private_key_.get(), host_secret, kClientJid));
|
| + host_cert_, *private_key_, host_secret, kClientJid));
|
| client_.reset(new V1ClientAuthenticator(kClientJid, client_secret));
|
| }
|
|
|
|
|