| Index: media/cast/net/udp_transport.h
|
| diff --git a/media/cast/transport/transport/udp_transport.h b/media/cast/net/udp_transport.h
|
| similarity index 90%
|
| rename from media/cast/transport/transport/udp_transport.h
|
| rename to media/cast/net/udp_transport.h
|
| index 1a568501d5fd3499978ee3ab58d7862b4e947cc7..951e9c12d3d27e42c736a242f90e5d6e23e32f83 100644
|
| --- a/media/cast/transport/transport/udp_transport.h
|
| +++ b/media/cast/net/udp_transport.h
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MEDIA_CAST_TRANSPORT_TRANSPORT_UDP_TRANSPORT_H_
|
| -#define MEDIA_CAST_TRANSPORT_TRANSPORT_UDP_TRANSPORT_H_
|
| +#ifndef MEDIA_CAST_NET_UDP_TRANSPORT_H_
|
| +#define MEDIA_CAST_NET_UDP_TRANSPORT_H_
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "media/cast/cast_environment.h"
|
| -#include "media/cast/transport/cast_transport_config.h"
|
| -#include "media/cast/transport/cast_transport_sender.h"
|
| +#include "media/cast/net/cast_transport_config.h"
|
| +#include "media/cast/net/cast_transport_sender.h"
|
| #include "net/base/ip_endpoint.h"
|
| #include "net/base/net_util.h"
|
| #include "net/udp/udp_socket.h"
|
| @@ -23,7 +23,6 @@ class NetLog;
|
|
|
| namespace media {
|
| namespace cast {
|
| -namespace transport {
|
|
|
| // This class implements UDP transport mechanism for Cast.
|
| class UdpTransport : public PacketSender {
|
| @@ -90,8 +89,7 @@ class UdpTransport : public PacketSender {
|
| DISALLOW_COPY_AND_ASSIGN(UdpTransport);
|
| };
|
|
|
| -} // namespace transport
|
| } // namespace cast
|
| } // namespace media
|
|
|
| -#endif // MEDIA_CAST_TRANSPORT_TRANSPORT_UDP_TRANSPORT_H_
|
| +#endif // MEDIA_CAST_NET_UDP_TRANSPORT_H_
|
|
|