| Index: remoting/host/heartbeat_sender.h
|
| diff --git a/remoting/host/heartbeat_sender.h b/remoting/host/heartbeat_sender.h
|
| index daa6b3a0d12f2ecc0bb294fd4e612be952ccd2b7..9f48f783d67f5783add6090ada1adeae4946d246 100644
|
| --- a/remoting/host/heartbeat_sender.h
|
| +++ b/remoting/host/heartbeat_sender.h
|
| @@ -103,7 +103,7 @@ class HeartbeatSender : public SignalStrategy::Listener {
|
| void SendStanza();
|
| void ResendStanza();
|
| void DoSendStanza();
|
| - void ProcessResponse(const buzz::XmlElement* response);
|
| + void ProcessResponse(IqRequest* request, const buzz::XmlElement* response);
|
| void SetInterval(int interval);
|
| void SetSequenceId(int sequence_id);
|
|
|
|
|