| Index: media/cast/net/cast_transport_sender.h
|
| diff --git a/media/cast/transport/cast_transport_sender.h b/media/cast/net/cast_transport_sender.h
|
| similarity index 93%
|
| rename from media/cast/transport/cast_transport_sender.h
|
| rename to media/cast/net/cast_transport_sender.h
|
| index c9ae2fe01b0f7edb9eb69e0d0187ad5364005d1c..6527f8c0523966d4502d51e490a28b7904fab747 100644
|
| --- a/media/cast/transport/cast_transport_sender.h
|
| +++ b/media/cast/net/cast_transport_sender.h
|
| @@ -20,8 +20,8 @@
|
| // This also works when the CastSender acts as a receiver for the RTCP packets
|
| // due to the weak pointers in the ReceivedPacket method in cast_sender_impl.cc.
|
|
|
| -#ifndef MEDIA_CAST_TRANSPORT_CAST_TRANSPORT_SENDER_H_
|
| -#define MEDIA_CAST_TRANSPORT_CAST_TRANSPORT_SENDER_H_
|
| +#ifndef MEDIA_CAST_NET_CAST_TRANSPORT_SENDER_H_
|
| +#define MEDIA_CAST_NET_CAST_TRANSPORT_SENDER_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "base/callback.h"
|
| @@ -29,8 +29,9 @@
|
| #include "base/threading/non_thread_safe.h"
|
| #include "base/time/tick_clock.h"
|
| #include "media/cast/logging/logging_defines.h"
|
| -#include "media/cast/transport/cast_transport_config.h"
|
| -#include "media/cast/transport/cast_transport_defines.h"
|
| +#include "media/cast/net/cast_transport_config.h"
|
| +#include "media/cast/net/cast_transport_defines.h"
|
| +#include "net/base/ip_endpoint.h"
|
|
|
| namespace net {
|
| class NetLog;
|
| @@ -38,7 +39,6 @@ class NetLog;
|
|
|
| namespace media {
|
| namespace cast {
|
| -namespace transport {
|
|
|
| // Following the initialization of either audio or video an initialization
|
| // status will be sent via this callback.
|
| @@ -105,8 +105,7 @@ class CastTransportSender : public base::NonThreadSafe {
|
| base::TimeDelta dedupe_window) = 0;
|
| };
|
|
|
| -} // namespace transport
|
| } // namespace cast
|
| } // namespace media
|
|
|
| -#endif // MEDIA_CAST_TRANSPORT_CAST_TRANSPORT_SENDER_H_
|
| +#endif // MEDIA_CAST_NET_CAST_TRANSPORT_SENDER_H_
|
|
|