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

Unified Diff: media/cast/cast_sender_impl.h

Issue 109413004: Cast:Adding cast_transport_config and cleaning up (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits 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_sender.h ('k') | media/cast/cast_sender_impl.cc » ('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 0fe50e2c0996c058ad01e575788e82506eef2da8..8f9823b04b2c6d8df0288af00e3d1251f1684432 100644
--- a/media/cast/cast_sender_impl.h
+++ b/media/cast/cast_sender_impl.h
@@ -38,14 +38,14 @@ class CastSenderImpl : public CastSender {
virtual ~CastSenderImpl();
virtual scoped_refptr<FrameInput> frame_input() OVERRIDE;
- virtual scoped_refptr<PacketReceiver> packet_receiver() OVERRIDE;
+ virtual scoped_refptr<transport::PacketReceiver> packet_receiver() OVERRIDE;
private:
transport::PacedSender pacer_;
AudioSender audio_sender_;
VideoSender video_sender_;
scoped_refptr<FrameInput> frame_input_;
- scoped_refptr<PacketReceiver> packet_receiver_;
+ scoped_refptr<transport::PacketReceiver> packet_receiver_;
};
} // namespace cast
« no previous file with comments | « media/cast/cast_sender.h ('k') | media/cast/cast_sender_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698