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

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

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.h
diff --git a/media/cast/video_receiver/video_receiver.h b/media/cast/video_receiver/video_receiver.h
index fbc3653a514dc3d32aa11f5f19a80dd4ecbbfd78..12904848d305f4071173d7a8aad921473833e08d 100644
--- a/media/cast/video_receiver/video_receiver.h
+++ b/media/cast/video_receiver/video_receiver.h
@@ -30,7 +30,7 @@ namespace cast {
class Framer;
class LocalRtpVideoData;
class LocalRtpVideoFeedback;
-class PacedPacketSender;
+class transport::PacedPacketSender;
class PeerVideoReceiver;
class Rtcp;
class RtpReceiverStatistics;
@@ -42,7 +42,7 @@ class VideoReceiver : public base::NonThreadSafe,
public:
VideoReceiver(scoped_refptr<CastEnvironment> cast_environment,
const VideoReceiverConfig& video_config,
- PacedPacketSender* const packet_sender);
+ transport::PacedPacketSender* const packet_sender);
virtual ~VideoReceiver();

Powered by Google App Engine
This is Rietveld 408576698