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

Unified Diff: media/cast/transport/cast_transport_sender.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/transport/cast_transport_defines.h ('k') | media/cast/transport/frame_id_wrap_helper_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/transport/cast_transport_sender.h
diff --git a/media/cast/net/cast_net_sender.h b/media/cast/transport/cast_transport_sender.h
similarity index 90%
rename from media/cast/net/cast_net_sender.h
rename to media/cast/transport/cast_transport_sender.h
index 1691681adea34c5bd3fe6fa4729f548c9b9c53b9..5cfb40d0605ffcf6eab2fc5e80470f2cacf23725 100644
--- a/media/cast/net/cast_net_sender.h
+++ b/media/cast/transport/cast_transport_sender.h
@@ -7,13 +7,13 @@
// packetization and transport.
// All configurations are done at creation.
-#ifndef MEDIA_CAST_NET_CAST_NET_SENDER_H_
-#define MEDIA_CAST_NET_CAST_NET_SENDER_H_
+#ifndef MEDIA_CAST_TRANSPORT_CAST_TRANSPORT_SENDER_H_
+#define MEDIA_CAST_TRANSPORT_CAST_TRANSPORT_SENDER_H_
#include "base/basictypes.h"
#include "base/threading/non_thread_safe.h"
#include "base/time/tick_clock.h"
-#include "media/cast/net/cast_net_defines.h"
+#include "media/cast/net/cast_transport_defines.h"
namespace media {
class AudioBus;
@@ -69,4 +69,4 @@ class CastNetSender : public base::NonThreadSafe {
} // namespace cast
} // namespace media
-#endif // MEDIA_CAST_NET_CAST_NET_SENDER_H_
+#endif // MEDIA_CAST_TRANSPORT_CAST_TRANSPORT_SENDER_H_
« no previous file with comments | « media/cast/transport/cast_transport_defines.h ('k') | media/cast/transport/frame_id_wrap_helper_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698