| Index: remoting/protocol/v2_authenticator_unittest.cc
|
| diff --git a/remoting/protocol/v2_authenticator_unittest.cc b/remoting/protocol/v2_authenticator_unittest.cc
|
| index d1530de36aff8a2f1ab0ce69a7cdfa1c41a45eda..e4acf033e0d79f2824ef4fb03fec30674855cef1 100644
|
| --- a/remoting/protocol/v2_authenticator_unittest.cc
|
| +++ b/remoting/protocol/v2_authenticator_unittest.cc
|
| @@ -76,7 +76,7 @@ class V2AuthenticatorTest : public testing::Test {
|
| void InitAuthenticators(const std::string& client_secret,
|
| const std::string& host_secret) {
|
| host_.reset(V2Authenticator::CreateForHost(
|
| - host_cert_, private_key_.get(), host_secret));
|
| + host_cert_, *private_key_, host_secret));
|
| client_.reset(V2Authenticator::CreateForClient(client_secret));
|
| }
|
|
|
|
|