| Index: remoting/protocol/video_frame_pump.cc
|
| diff --git a/remoting/host/video_frame_pump.cc b/remoting/protocol/video_frame_pump.cc
|
| similarity index 98%
|
| rename from remoting/host/video_frame_pump.cc
|
| rename to remoting/protocol/video_frame_pump.cc
|
| index 9c82efe7c5adcabb4d7795d1b6ab45741d89b4c2..8e286deeaa834b4574b7e7bf78d78c9a915781d8 100644
|
| --- a/remoting/host/video_frame_pump.cc
|
| +++ b/remoting/protocol/video_frame_pump.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "remoting/host/video_frame_pump.h"
|
| +#include "remoting/protocol/video_frame_pump.h"
|
|
|
| #include <algorithm>
|
|
|
| @@ -19,6 +19,7 @@
|
| #include "third_party/webrtc/modules/desktop_capture/desktop_frame.h"
|
|
|
| namespace remoting {
|
| +namespace protocol {
|
|
|
| // Interval between empty keep-alive frames. These frames are sent only when the
|
| // stream is paused or inactive for some other reason (e.g. when blocked on
|
| @@ -253,4 +254,5 @@ void VideoFramePump::OnKeepAlivePacketSent() {
|
| keep_alive_timer_.Reset();
|
| }
|
|
|
| +} // namespace protocol
|
| } // namespace remoting
|
|
|