| Index: remoting/protocol/client_control_dispatcher.cc
|
| diff --git a/remoting/protocol/client_control_dispatcher.cc b/remoting/protocol/client_control_dispatcher.cc
|
| index 1e76e32c97975055c6b277ee37246d4af422f11b..54e1d1c82c0195322eda9164f4a326ee658c44a6 100644
|
| --- a/remoting/protocol/client_control_dispatcher.cc
|
| +++ b/remoting/protocol/client_control_dispatcher.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "remoting/protocol/client_control_dispatcher.h"
|
|
|
| +#include "base/bind_helpers.h"
|
| +#include "base/callback.h"
|
| #include "base/message_loop_proxy.h"
|
| #include "net/socket/stream_socket.h"
|
| #include "remoting/base/constants.h"
|
|
|