summaryrefslogtreecommitdiffstats
path: root/remoting/jingle_glue/mock_objects.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/jingle_glue/mock_objects.h')
-rw-r--r--remoting/jingle_glue/mock_objects.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/remoting/jingle_glue/mock_objects.h b/remoting/jingle_glue/mock_objects.h
index 6c93b0a..5563e22 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