| Index: media/cast/net/cast_transport_config.h
|
| diff --git a/media/cast/transport/cast_transport_config.h b/media/cast/net/cast_transport_config.h
|
| similarity index 95%
|
| rename from media/cast/transport/cast_transport_config.h
|
| rename to media/cast/net/cast_transport_config.h
|
| index 4525a5bd4c2db2e5ad1db03681996e107b98b516..db87b8c9fc3e899fe6a1b51ee382128c32612e7d 100644
|
| --- a/media/cast/transport/cast_transport_config.h
|
| +++ b/media/cast/net/cast_transport_config.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MEDIA_CAST_TRANSPORT_CAST_TRANSPORT_CONFIG_H_
|
| -#define MEDIA_CAST_TRANSPORT_CAST_TRANSPORT_CONFIG_H_
|
| +#ifndef MEDIA_CAST_NET_CAST_TRANSPORT_CONFIG_H_
|
| +#define MEDIA_CAST_NET_CAST_TRANSPORT_CONFIG_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -13,12 +13,10 @@
|
| #include "base/memory/linked_ptr.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/stl_util.h"
|
| -#include "media/cast/transport/cast_transport_defines.h"
|
| -#include "net/base/ip_endpoint.h"
|
| +#include "media/cast/net/cast_transport_defines.h"
|
|
|
| namespace media {
|
| namespace cast {
|
| -namespace transport {
|
|
|
| enum RtcpMode {
|
| kRtcpCompound, // Compound RTCP mode is described by RFC 4585.
|
| @@ -195,8 +193,7 @@ inline bool operator==(RtcpSenderInfo lhs, RtcpSenderInfo rhs) {
|
| lhs.send_octet_count == rhs.send_octet_count;
|
| }
|
|
|
| -} // namespace transport
|
| } // namespace cast
|
| } // namespace media
|
|
|
| -#endif // MEDIA_CAST_TRANSPORT_CAST_TRANSPORT_CONFIG_H_
|
| +#endif // MEDIA_CAST_NET_CAST_TRANSPORT_CONFIG_H_
|
|
|