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

Unified Diff: media/cast/cast_sender.h

Issue 388663003: Cast: Reshuffle files under media/cast (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missing includes Created 6 years, 5 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_receiver.h ('k') | media/cast/cast_sender_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/cast_sender.h
diff --git a/media/cast/cast_sender.h b/media/cast/cast_sender.h
index eb3327ff3dfd82046dd181e70cd795d327410c0f..abe0a0171380e6827c16beb9ed5f0c884b5dfbec 100644
--- a/media/cast/cast_sender.h
+++ b/media/cast/cast_sender.h
@@ -19,7 +19,7 @@
#include "media/base/audio_bus.h"
#include "media/cast/cast_config.h"
#include "media/cast/cast_environment.h"
-#include "media/cast/transport/cast_transport_sender.h"
+#include "media/cast/net/cast_transport_sender.h"
namespace media {
class VideoFrame;
@@ -63,7 +63,7 @@ class CastSender {
public:
static scoped_ptr<CastSender> Create(
scoped_refptr<CastEnvironment> cast_environment,
- transport::CastTransportSender* const transport_sender);
+ CastTransportSender* const transport_sender);
virtual ~CastSender() {}
@@ -75,7 +75,7 @@ class CastSender {
// All RTCP packets for the session should be inserted to this object.
// This function and the callback must be called on the main thread.
- virtual transport::PacketReceiverCallback packet_receiver() = 0;
+ virtual PacketReceiverCallback packet_receiver() = 0;
// Initialize the audio stack. Must be called in order to send audio frames.
// Status of the initialization will be returned on cast_initialization_cb.
« no previous file with comments | « media/cast/cast_receiver.h ('k') | media/cast/cast_sender_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698