| Index: remoting/protocol/video_frame_pump.h
|
| diff --git a/remoting/host/video_frame_pump.h b/remoting/protocol/video_frame_pump.h
|
| similarity index 97%
|
| rename from remoting/host/video_frame_pump.h
|
| rename to remoting/protocol/video_frame_pump.h
|
| index f4542cafc0939da6f347c4738509092c15db432e..1974ec61b2e30ee0fafec471c99a7e2a7b95ade6 100644
|
| --- a/remoting/host/video_frame_pump.h
|
| +++ b/remoting/protocol/video_frame_pump.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef REMOTING_HOST_VIDEO_FRAME_PUMP_H_
|
| -#define REMOTING_HOST_VIDEO_FRAME_PUMP_H_
|
| +#ifndef REMOTING_PROTOCOL_VIDEO_FRAME_PUMP_H_
|
| +#define REMOTING_PROTOCOL_VIDEO_FRAME_PUMP_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "base/memory/ref_counted.h"
|
| @@ -13,8 +13,8 @@
|
| #include "base/time/time.h"
|
| #include "base/timer/timer.h"
|
| #include "remoting/codec/video_encoder.h"
|
| -#include "remoting/host/capture_scheduler.h"
|
| #include "remoting/proto/video.pb.h"
|
| +#include "remoting/protocol/capture_scheduler.h"
|
| #include "third_party/webrtc/modules/desktop_capture/desktop_capturer.h"
|
|
|
| namespace base {
|
| @@ -22,11 +22,10 @@ class SingleThreadTaskRunner;
|
| } // namespace base
|
|
|
| namespace remoting {
|
| -
|
| namespace protocol {
|
| +
|
| class VideoFeedbackStub;
|
| class VideoStub;
|
| -} // namespace protocol
|
|
|
| // Class responsible for scheduling frame captures from a screen capturer.,
|
| // delivering them to a VideoEncoder to encode, and
|
| @@ -192,6 +191,7 @@ class VideoFramePump : public webrtc::DesktopCapturer::Callback {
|
| DISALLOW_COPY_AND_ASSIGN(VideoFramePump);
|
| };
|
|
|
| +} // namespace protocol
|
| } // namespace remoting
|
|
|
| -#endif // REMOTING_HOST_VIDEO_FRAME_PUMP_H_
|
| +#endif // REMOTING_PROTOCOL_VIDEO_FRAME_PUMP_H_
|
|
|