diff options
Diffstat (limited to 'remoting/protocol/channel_dispatcher_base.cc')
-rw-r--r-- | remoting/protocol/channel_dispatcher_base.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/protocol/channel_dispatcher_base.cc b/remoting/protocol/channel_dispatcher_base.cc index c292b2a..10d64006 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 { |