| Index: remoting/protocol/webrtc_video_stream.h
|
| diff --git a/remoting/protocol/webrtc_video_stream.h b/remoting/protocol/webrtc_video_stream.h
|
| index 806c03beb31dfb33fdefe91a5e4bc49bbd177a90..6d1d1c67250ee704937d3843fb9d888ec1e5cb4a 100644
|
| --- a/remoting/protocol/webrtc_video_stream.h
|
| +++ b/remoting/protocol/webrtc_video_stream.h
|
| @@ -23,8 +23,6 @@
|
| namespace webrtc {
|
| class MediaStreamInterface;
|
| class PeerConnectionInterface;
|
| -class PeerConnectionFactoryInterface;
|
| -class VideoTrackInterface;
|
| } // namespace webrtc
|
|
|
| namespace remoting {
|
| @@ -33,7 +31,6 @@ namespace protocol {
|
| class HostVideoStatsDispatcher;
|
| class WebrtcFrameScheduler;
|
| class WebrtcTransport;
|
| -class WebrtcVideoCapturerAdapter;
|
|
|
| class WebrtcVideoStream : public VideoStream,
|
| public webrtc::DesktopCapturer::Callback,
|
|
|