| Index: remoting/host/simple_host_process.cc
|
| ===================================================================
|
| --- remoting/host/simple_host_process.cc (revision 138222)
|
| +++ remoting/host/simple_host_process.cc (working copy)
|
| @@ -266,8 +266,8 @@
|
| 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());
|
| }
|
| }
|
|
|