| Index: remoting/protocol/me2me_host_authenticator_factory.h
|
| diff --git a/remoting/protocol/me2me_host_authenticator_factory.h b/remoting/protocol/me2me_host_authenticator_factory.h
|
| index 0a5114b28238096aafacb4d780b395874ccd414f..dfbccde8e2ce06c5f4721efe85798ae2fbf75d48 100644
|
| --- a/remoting/protocol/me2me_host_authenticator_factory.h
|
| +++ b/remoting/protocol/me2me_host_authenticator_factory.h
|
| @@ -24,7 +24,7 @@ class Me2MeHostAuthenticatorFactory : public AuthenticatorFactory {
|
| // Doesn't take ownership of |local_private_key|.
|
| Me2MeHostAuthenticatorFactory(const std::string& local_jid,
|
| const std::string& local_cert,
|
| - const crypto::RSAPrivateKey* local_private_key,
|
| + const crypto::RSAPrivateKey& local_private_key,
|
| const std::string& shared_secret);
|
| virtual ~Me2MeHostAuthenticatorFactory();
|
|
|
|
|