| Index: remoting/protocol/channel_dispatcher_base.cc
|
| diff --git a/remoting/protocol/channel_dispatcher_base.cc b/remoting/protocol/channel_dispatcher_base.cc
|
| index 10d64006c7e93164e674a4b841620af31a54f194..c292b2a154aff75281a6e4c87b41e4073df342a0 100644
|
| --- a/remoting/protocol/channel_dispatcher_base.cc
|
| +++ b/remoting/protocol/channel_dispatcher_base.cc
|
| @@ -6,9 +6,9 @@
|
|
|
| #include "base/bind.h"
|
| #include "net/socket/stream_socket.h"
|
| -#include "remoting/protocol/channel_factory.h"
|
| #include "remoting/protocol/session.h"
|
| #include "remoting/protocol/session_config.h"
|
| +#include "remoting/protocol/stream_channel_factory.h"
|
|
|
| namespace remoting {
|
| namespace protocol {
|
|
|