| Index: remoting/jingle_glue/mock_objects.h
|
| ===================================================================
|
| --- remoting/jingle_glue/mock_objects.h (revision 99806)
|
| +++ remoting/jingle_glue/mock_objects.h (working copy)
|
| @@ -27,7 +27,9 @@
|
| MockIqRequest();
|
| virtual ~MockIqRequest();
|
|
|
| - MOCK_METHOD1(SendIq, void(buzz::XmlElement* stanza));
|
| + MOCK_METHOD3(SendIq, void(const std::string& type,
|
| + const std::string& addressee,
|
| + buzz::XmlElement* iq_body));
|
| MOCK_METHOD1(set_callback, void(const IqRequest::ReplyCallback&));
|
|
|
| // Ensure this takes ownership of the pointer, as the real IqRequest object
|
|
|