| Index: remoting/protocol/webrtc_connection_to_host.cc
|
| diff --git a/remoting/protocol/webrtc_connection_to_host.cc b/remoting/protocol/webrtc_connection_to_host.cc
|
| index 52dfc594e41b5094b3946b8fef1b777c079d6bef..113da4d0de906e22aa7dacde2d9955940faeec30 100644
|
| --- a/remoting/protocol/webrtc_connection_to_host.cc
|
| +++ b/remoting/protocol/webrtc_connection_to_host.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "remoting/protocol/webrtc_connection_to_host.h"
|
|
|
| +#include <utility>
|
| +
|
| #include "remoting/protocol/client_control_dispatcher.h"
|
| #include "remoting/protocol/client_event_dispatcher.h"
|
| #include "remoting/protocol/client_stub.h"
|
|
|