| Index: remoting/protocol/it2me_host_authenticator_factory.cc
 | 
| diff --git a/remoting/protocol/it2me_host_authenticator_factory.cc b/remoting/protocol/it2me_host_authenticator_factory.cc
 | 
| index e5e446a81a7fbd29259d9fa8e0f62e6b665aa49c..20a1ada421b3eeef39e2f942e54e9883e75dc438 100644
 | 
| --- a/remoting/protocol/it2me_host_authenticator_factory.cc
 | 
| +++ b/remoting/protocol/it2me_host_authenticator_factory.cc
 | 
| @@ -28,7 +28,7 @@ scoped_ptr<Authenticator> It2MeHostAuthenticatorFactory::CreateAuthenticator(
 | 
|      const std::string& remote_jid,
 | 
|      const buzz::XmlElement* first_message) {
 | 
|    return NegotiatingHostAuthenticator::CreateWithSharedSecret(
 | 
| -      local_cert_, key_pair_, shared_secret_, AuthenticationMethod::NONE);
 | 
| +      local_cert_, key_pair_, shared_secret_, AuthenticationMethod::NONE, NULL);
 | 
|  }
 | 
|  
 | 
|  }  // namespace protocol
 | 
| 
 |