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_ |