| Index: remoting/protocol/client_video_dispatcher.cc
|
| diff --git a/remoting/protocol/client_video_dispatcher.cc b/remoting/protocol/client_video_dispatcher.cc
|
| index a3c46ab1ee68c1483554d144a786f621430c5404..46df38f5eb209ae181099ffd81c51f02df39a0f1 100644
|
| --- a/remoting/protocol/client_video_dispatcher.cc
|
| +++ b/remoting/protocol/client_video_dispatcher.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "remoting/protocol/client_video_dispatcher.h"
|
|
|
| +#include <utility>
|
| +
|
| #include "base/bind.h"
|
| #include "base/callback_helpers.h"
|
| #include "net/socket/stream_socket.h"
|
|
|