Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(309)

Unified Diff: remoting/protocol/webrtc_video_stream.h

Issue 2538183002: remoting: Cleanup class/struct fwd declarations (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/protocol/webrtc_video_renderer_adapter.h ('k') | remoting/test/app_remoting_connection_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « remoting/protocol/webrtc_video_renderer_adapter.h ('k') | remoting/test/app_remoting_connection_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698