| Index: remoting/host/heartbeat_sender.cc
|
| ===================================================================
|
| --- remoting/host/heartbeat_sender.cc (revision 99806)
|
| +++ remoting/host/heartbeat_sender.cc (working copy)
|
| @@ -101,8 +101,7 @@
|
| DCHECK_EQ(state_, STARTED);
|
|
|
| VLOG(1) << "Sending heartbeat stanza to " << kChromotingBotJid;
|
| - request_->SendIq(IqRequest::MakeIqStanza(
|
| - buzz::STR_SET, kChromotingBotJid, CreateHeartbeatMessage()));
|
| + request_->SendIq(buzz::STR_SET, kChromotingBotJid, CreateHeartbeatMessage());
|
| }
|
|
|
| void HeartbeatSender::ProcessResponse(const XmlElement* response) {
|
|
|