| Index: remoting/jingle_glue/jingle_info_request.h
|
| diff --git a/remoting/jingle_glue/jingle_info_request.h b/remoting/jingle_glue/jingle_info_request.h
|
| index 9843586564412ad2d48582c12e2b68384465b310..6cb98c560292b416c521c719aa0930bd9a541719 100644
|
| --- a/remoting/jingle_glue/jingle_info_request.h
|
| +++ b/remoting/jingle_glue/jingle_info_request.h
|
| @@ -54,7 +54,7 @@ class JingleInfoRequest : public sigslot::has_slots<> {
|
| private:
|
| struct PendingDnsRequest;
|
|
|
| - void OnResponse(const buzz::XmlElement* stanza);
|
| + void OnResponse(IqRequest* request, const buzz::XmlElement* stanza);
|
|
|
| IqSender iq_sender_;
|
| scoped_ptr<IqRequest> request_;
|
|
|