| Index: remoting/jingle_glue/mock_objects.h
|
| diff --git a/remoting/jingle_glue/mock_objects.h b/remoting/jingle_glue/mock_objects.h
|
| index 6c93b0a6fc352875ca99adb212d3b0e01ec9a9e3..5563e22c15f326fdc542a37f6fb0c9b65d1b3dbd 100644
|
| --- a/remoting/jingle_glue/mock_objects.h
|
| +++ b/remoting/jingle_glue/mock_objects.h
|
| @@ -27,9 +27,7 @@ class MockIqRequest : public IqRequest {
|
| MockIqRequest();
|
| virtual ~MockIqRequest();
|
|
|
| - MOCK_METHOD3(SendIq, void(const std::string& type,
|
| - const std::string& addressee,
|
| - buzz::XmlElement* iq_body));
|
| + MOCK_METHOD1(SendIq, void(buzz::XmlElement* stanza));
|
| MOCK_METHOD1(set_callback, void(const IqRequest::ReplyCallback&));
|
|
|
| // Ensure this takes ownership of the pointer, as the real IqRequest object
|
|
|