| Index: remoting/host/simple_host_process.cc
|
| diff --git a/remoting/host/simple_host_process.cc b/remoting/host/simple_host_process.cc
|
| index fd7841314782bac3f9b55820055d15273737ce55..e6ea76e67f6b87a8e87c6a160a42e6e03a55442c 100644
|
| --- a/remoting/host/simple_host_process.cc
|
| +++ b/remoting/host/simple_host_process.cc
|
| @@ -265,8 +265,8 @@ class SimpleHost : public HeartbeatSender::Listener {
|
| if (!is_it2me_) {
|
| scoped_ptr<protocol::AuthenticatorFactory> factory(
|
| new protocol::Me2MeHostAuthenticatorFactory(
|
| - xmpp_login_, key_pair_.GenerateCertificate(),
|
| - *key_pair_.private_key(), host_secret_hash_));
|
| + key_pair_.GenerateCertificate(), *key_pair_.private_key(),
|
| + host_secret_hash_));
|
| host_->SetAuthenticatorFactory(factory.Pass());
|
| }
|
| }
|
|
|