Chromium Code Reviews| 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..15407cbc88b25cf3cf1b04e07b85af9b9c660429 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,11 @@ |
| #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 "media/cast/net/cast_transport_defines.h" |
| #include "net/base/ip_endpoint.h" |
|
wtc
2014/07/11 22:31:35
Remove this line. I didn't find any "net::" in thi
Alpha Left Google
2014/07/12 01:37:54
Done.
|
| namespace media { |
| namespace cast { |
| -namespace transport { |
| enum RtcpMode { |
| kRtcpCompound, // Compound RTCP mode is described by RFC 4585. |
| @@ -195,8 +194,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_ |