| Index: remoting/jingle_glue/javascript_iq_request.h
|
| ===================================================================
|
| --- remoting/jingle_glue/javascript_iq_request.h (revision 99806)
|
| +++ remoting/jingle_glue/javascript_iq_request.h (working copy)
|
| @@ -55,7 +55,8 @@
|
| virtual ~JavascriptIqRequest();
|
|
|
| // IqRequest interface.
|
| - virtual void SendIq(buzz::XmlElement* iq_body) 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;
|
|
|
| private:
|
|
|