| Index: remoting/jingle_glue/xmpp_iq_request.h
|
| ===================================================================
|
| --- remoting/jingle_glue/xmpp_iq_request.h (revision 99806)
|
| +++ remoting/jingle_glue/xmpp_iq_request.h (working copy)
|
| @@ -24,7 +24,8 @@
|
| virtual ~XmppIqRequest();
|
|
|
| // IqRequest interface.
|
| - virtual void SendIq(buzz::XmlElement* stanza) OVERRIDE;
|
| + virtual void SendIq(const std::string& type, const std::string& addressee,
|
| + buzz::XmlElement* iq_body) OVERRIDE;
|
| virtual void set_callback(const ReplyCallback& callback) OVERRIDE;
|
|
|
| // buzz::XmppIqHandler interface.
|
|
|