diff options
Diffstat (limited to 'remoting/protocol/connection_to_client.cc')
-rw-r--r-- | remoting/protocol/connection_to_client.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/protocol/connection_to_client.cc b/remoting/protocol/connection_to_client.cc index 417600b..c3c695d 100644 --- a/remoting/protocol/connection_to_client.cc +++ b/remoting/protocol/connection_to_client.cc @@ -9,7 +9,7 @@ #include "remoting/protocol/client_control_sender.h" // TODO(hclam): Remove this header once MessageDispatcher is used. -#include "remoting/base/multiple_array_input_stream.h" +#include "remoting/base/compound_buffer.h" namespace remoting { namespace protocol { |