| Index: remoting/client/plugin/chromoting_instance.cc
 | 
| diff --git a/remoting/client/plugin/chromoting_instance.cc b/remoting/client/plugin/chromoting_instance.cc
 | 
| index e586b50acb4a2d7b4357d87ddcb5fc8c569d8d27..83159033f4fc2108bb03537c7c5d91a5f516b119 100644
 | 
| --- a/remoting/client/plugin/chromoting_instance.cc
 | 
| +++ b/remoting/client/plugin/chromoting_instance.cc
 | 
| @@ -675,7 +675,7 @@ void ChromotingInstance::HandleConnect(const base::DictionaryValue& data) {
 | 
|  
 | 
|    // Setup the signal strategy.
 | 
|    signal_strategy_.reset(new DelegatingSignalStrategy(
 | 
| -      local_jid, plugin_task_runner_,
 | 
| +      SignalingAddress(local_jid), plugin_task_runner_,
 | 
|        base::Bind(&ChromotingInstance::SendOutgoingIq,
 | 
|                   weak_factory_.GetWeakPtr())));
 | 
|  
 | 
| 
 |