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

Unified Diff: media/cast/cast_receiver_impl.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/cast_receiver_impl.h
diff --git a/media/cast/cast_receiver_impl.h b/media/cast/cast_receiver_impl.h
index d34a3de6514795fc8ecf39112c66eaf7982339f2..9e175e1431a8671ba73c06d7fa06d6881c6d9bcf 100644
--- a/media/cast/cast_receiver_impl.h
+++ b/media/cast/cast_receiver_impl.h
@@ -11,7 +11,7 @@
#include "media/cast/cast_config.h"
#include "media/cast/cast_environment.h"
#include "media/cast/cast_receiver.h"
-#include "media/cast/net/pacing/paced_sender.h"
+#include "media/cast/transport/pacing/paced_sender.h"
#include "media/cast/video_receiver/video_receiver.h"
namespace media {
@@ -37,7 +37,7 @@ class CastReceiverImpl : public CastReceiver {
virtual scoped_refptr<FrameReceiver> frame_receiver() OVERRIDE;
private:
- PacedSender pacer_;
+ transport::PacedSender pacer_;
AudioReceiver audio_receiver_;
VideoReceiver video_receiver_;
scoped_refptr<FrameReceiver> frame_receiver_;

Powered by Google App Engine
This is Rietveld 408576698