| Index: remoting/host/simple_host_process.cc
|
| diff --git a/remoting/host/simple_host_process.cc b/remoting/host/simple_host_process.cc
|
| index bb87ee4779decd5dc3ed470d615d9823d3ac69f7..3e2bc2a01ab6cc0ba6b84c103acfb71852b01de0 100644
|
| --- a/remoting/host/simple_host_process.cc
|
| +++ b/remoting/host/simple_host_process.cc
|
| @@ -266,8 +266,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());
|
| }
|
| }
|
|
|