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

Unified Diff: media/cast/cast_receiver_impl.h

Issue 126843003: Revert of Cast:Adding cast_transport_config and cleaning up (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months 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 | « media/cast/cast_receiver.h ('k') | media/cast/cast_receiver_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/cast_receiver_impl.h
diff --git a/media/cast/cast_receiver_impl.h b/media/cast/cast_receiver_impl.h
index 31ba736fcfcbd1a13b1b71c01871b29ab4de1d61..9e175e1431a8671ba73c06d7fa06d6881c6d9bcf 100644
--- a/media/cast/cast_receiver_impl.h
+++ b/media/cast/cast_receiver_impl.h
@@ -31,7 +31,7 @@
// All received RTP and RTCP packets for the call should be inserted to this
// PacketReceiver.
- virtual scoped_refptr<transport::PacketReceiver> packet_receiver() OVERRIDE;
+ virtual scoped_refptr<PacketReceiver> packet_receiver() OVERRIDE;
// Interface to get audio and video frames from the CastReceiver.
virtual scoped_refptr<FrameReceiver> frame_receiver() OVERRIDE;
@@ -41,7 +41,7 @@
AudioReceiver audio_receiver_;
VideoReceiver video_receiver_;
scoped_refptr<FrameReceiver> frame_receiver_;
- scoped_refptr<transport::PacketReceiver> packet_receiver_;
+ scoped_refptr<PacketReceiver> packet_receiver_;
};
} // namespace cast
« no previous file with comments | « media/cast/cast_receiver.h ('k') | media/cast/cast_receiver_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698