| Index: remoting/protocol/channel_dispatcher_base.h
|
| diff --git a/remoting/protocol/channel_dispatcher_base.h b/remoting/protocol/channel_dispatcher_base.h
|
| index 906d0f9bb2da1cc7e85512d80d5b949f03060622..f71d291bb07ebc3b4ef03865f7f62cca2611113d 100644
|
| --- a/remoting/protocol/channel_dispatcher_base.h
|
| +++ b/remoting/protocol/channel_dispatcher_base.h
|
| @@ -19,7 +19,7 @@ namespace remoting {
|
| namespace protocol {
|
|
|
| struct ChannelConfig;
|
| -class ChannelFactory;
|
| +class StreamChannelFactory;
|
| class Session;
|
|
|
| // Base class for channel message dispatchers. It's responsible for
|
| @@ -56,7 +56,7 @@ class ChannelDispatcherBase {
|
| void OnChannelReady(scoped_ptr<net::StreamSocket> socket);
|
|
|
| std::string channel_name_;
|
| - ChannelFactory* channel_factory_;
|
| + StreamChannelFactory* channel_factory_;
|
| InitializedCallback initialized_callback_;
|
| scoped_ptr<net::StreamSocket> channel_;
|
|
|
|
|