| Index: remoting/protocol/fake_session.cc
|
| diff --git a/remoting/protocol/fake_session.cc b/remoting/protocol/fake_session.cc
|
| index f02a47ade5757542d0ce572ad4c74aea22a4a00d..7c62ed2348512bad2e9793d8097ee4c5d4918c28 100644
|
| --- a/remoting/protocol/fake_session.cc
|
| +++ b/remoting/protocol/fake_session.cc
|
| @@ -320,11 +320,11 @@
|
| config_ = config;
|
| }
|
|
|
| -StreamChannelFactory* FakeSession::GetTransportChannelFactory() {
|
| +ChannelFactory* FakeSession::GetTransportChannelFactory() {
|
| return this;
|
| }
|
|
|
| -StreamChannelFactory* FakeSession::GetMultiplexedChannelFactory() {
|
| +ChannelFactory* FakeSession::GetMultiplexedChannelFactory() {
|
| return this;
|
| }
|
|
|
|
|