summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/protocol_mock_objects.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/protocol/protocol_mock_objects.h')
-rw-r--r--remoting/protocol/protocol_mock_objects.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/protocol/protocol_mock_objects.h b/remoting/protocol/protocol_mock_objects.h
index 2818604..07e03306 100644
--- a/remoting/protocol/protocol_mock_objects.h
+++ b/remoting/protocol/protocol_mock_objects.h
@@ -167,8 +167,8 @@ class MockSession : public Session {
MOCK_METHOD1(SetEventHandler, void(Session::EventHandler* event_handler));
MOCK_METHOD0(error, ErrorCode());
- MOCK_METHOD0(GetTransportChannelFactory, StreamChannelFactory*());
- MOCK_METHOD0(GetMultiplexedChannelFactory, StreamChannelFactory*());
+ MOCK_METHOD0(GetTransportChannelFactory, ChannelFactory*());
+ MOCK_METHOD0(GetMultiplexedChannelFactory, ChannelFactory*());
MOCK_METHOD0(jid, const std::string&());
MOCK_METHOD0(candidate_config, const CandidateSessionConfig*());
MOCK_METHOD0(config, const SessionConfig&());