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

Unified Diff: media/cast/video_receiver/video_receiver.cc

Issue 100823015: Cast: move net->transport (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clean up Created 7 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
Index: media/cast/video_receiver/video_receiver.cc
diff --git a/media/cast/video_receiver/video_receiver.cc b/media/cast/video_receiver/video_receiver.cc
index c7351036c271409885e9ad43b714a699e7c3da93..3f654671c6c4682ad3ddf33db106a5111f13fe00 100644
--- a/media/cast/video_receiver/video_receiver.cc
+++ b/media/cast/video_receiver/video_receiver.cc
@@ -85,7 +85,7 @@ class LocalRtpReceiverStatistics : public RtpReceiverStatistics {
VideoReceiver::VideoReceiver(scoped_refptr<CastEnvironment> cast_environment,
const VideoReceiverConfig& video_config,
- PacedPacketSender* const packet_sender)
+ transport::PacedPacketSender* const packet_sender)
: cast_environment_(cast_environment),
codec_(video_config.codec),
target_delay_delta_(

Powered by Google App Engine
This is Rietveld 408576698