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

Unified Diff: media/cast/cast_sender_impl.h

Issue 100823015: Cast: move net->transport (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updating transport callback 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
« no previous file with comments | « media/cast/cast_sender.gyp ('k') | media/cast/framer/framer.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/cast_sender_impl.h
diff --git a/media/cast/cast_sender_impl.h b/media/cast/cast_sender_impl.h
index 2c5dd222e1a5324dd84a77443d01ae04e840695a..d044f45a0e10aab4b0c0d9f6467b837aee435a30 100644
--- a/media/cast/cast_sender_impl.h
+++ b/media/cast/cast_sender_impl.h
@@ -10,7 +10,7 @@
#include "media/cast/cast_config.h"
#include "media/cast/cast_environment.h"
#include "media/cast/cast_sender.h"
-#include "media/cast/net/pacing/paced_sender.h"
+#include "media/cast/transport/pacing/paced_sender.h"
#include "media/cast/video_sender/video_sender.h"
namespace media {
@@ -40,7 +40,7 @@ class CastSenderImpl : public CastSender {
virtual scoped_refptr<PacketReceiver> packet_receiver() OVERRIDE;
private:
- PacedSender pacer_;
+ transport::PacedSender pacer_;
AudioSender audio_sender_;
VideoSender video_sender_;
scoped_refptr<FrameInput> frame_input_;
« no previous file with comments | « media/cast/cast_sender.gyp ('k') | media/cast/framer/framer.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698