| Index: remoting/protocol/channel_dispatcher_base.cc
|
| diff --git a/remoting/protocol/channel_dispatcher_base.cc b/remoting/protocol/channel_dispatcher_base.cc
|
| index 28aeae3676cd005397ed7baa46d2d9c7546607fa..bbdd0c5d1796776ed39516cb8dd7b7b7a117027e 100644
|
| --- a/remoting/protocol/channel_dispatcher_base.cc
|
| +++ b/remoting/protocol/channel_dispatcher_base.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "remoting/protocol/channel_dispatcher_base.h"
|
|
|
| +#include <utility>
|
| +
|
| #include "base/bind.h"
|
| #include "remoting/protocol/p2p_stream_socket.h"
|
| #include "remoting/protocol/stream_channel_factory.h"
|
|
|