| Index: remoting/protocol/channel_multiplexer.cc
|
| diff --git a/remoting/protocol/channel_multiplexer.cc b/remoting/protocol/channel_multiplexer.cc
|
| index a6a80b4a694ab97e3ab4b7bf75e029f5f37633a1..5751440f2717f12270287571e7010fd3b6523383 100644
|
| --- a/remoting/protocol/channel_multiplexer.cc
|
| +++ b/remoting/protocol/channel_multiplexer.cc
|
| @@ -353,7 +353,7 @@ void ChannelMultiplexer::MuxSocket::OnPacketReceived() {
|
| }
|
| }
|
|
|
| -ChannelMultiplexer::ChannelMultiplexer(ChannelFactory* factory,
|
| +ChannelMultiplexer::ChannelMultiplexer(StreamChannelFactory* factory,
|
| const std::string& base_channel_name)
|
| : base_channel_factory_(factory),
|
| base_channel_name_(base_channel_name),
|
|
|