| Index: media/cast/transport/cast_transport_defines.h
|
| diff --git a/media/cast/net/cast_net_defines.h b/media/cast/transport/cast_transport_defines.h
|
| similarity index 90%
|
| rename from media/cast/net/cast_net_defines.h
|
| rename to media/cast/transport/cast_transport_defines.h
|
| index a9f1629a91a25b01aaf9d01e02557c4fb4d53913..c70cc2b8e69736bfff3ab37983c3b2769703da7b 100644
|
| --- a/media/cast/net/cast_net_defines.h
|
| +++ b/media/cast/transport/cast_transport_defines.h
|
| @@ -2,13 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MEDIA_CAST_NET_CAST_NET_DEFINES_H_
|
| -#define MEDIA_CAST_NET_CAST_NET_DEFINES_H_
|
| +#ifndef MEDIA_CAST_TRANSPORT_CAST_TRANSPORT_DEFINES_H_
|
| +#define MEDIA_CAST_TRANSPORT_CAST_TRANSPORT_DEFINES_H_
|
|
|
| #include "base/basictypes.h"
|
|
|
| namespace media {
|
| namespace cast {
|
| +namespace transport {
|
|
|
| class FrameIdWrapHelper {
|
| public:
|
| @@ -74,8 +75,8 @@ class FrameIdWrapHelper {
|
| Range range_;
|
| };
|
|
|
| -
|
| +} // namespace transport
|
| } // namespace cast
|
| } // namespace media
|
|
|
| -#endif // MEDIA_CAST_NET_CAST_NET_DEFINES_H_
|
| +#endif // MEDIA_CAST_TRANSPORT_CAST_TRANSPORT_DEFINES_H_
|
|
|