| Index: remoting/jingle_glue/iq_sender.cc
|
| diff --git a/remoting/jingle_glue/iq_sender.cc b/remoting/jingle_glue/iq_sender.cc
|
| index c3b19b822e6f21b8fdbd6905a92352d447ed6f99..6bc7810dc92d4ca09c7f407b8533bed5bd2d6114 100644
|
| --- a/remoting/jingle_glue/iq_sender.cc
|
| +++ b/remoting/jingle_glue/iq_sender.cc
|
| @@ -146,7 +146,7 @@ IqRequest::~IqRequest() {
|
| void IqRequest::SetTimeout(base::TimeDelta timeout) {
|
| base::MessageLoopProxy::current()->PostDelayedTask(
|
| FROM_HERE, base::Bind(&IqRequest::OnTimeout, AsWeakPtr()),
|
| - timeout.InMilliseconds());
|
| + timeout);
|
| }
|
|
|
| void IqRequest::CallCallback(const buzz::XmlElement* stanza) {
|
|
|