| Index: media/cast/net/rtp/rtp_parser.h
|
| diff --git a/media/cast/rtp_receiver/rtp_parser/rtp_parser.h b/media/cast/net/rtp/rtp_parser.h
|
| similarity index 80%
|
| rename from media/cast/rtp_receiver/rtp_parser/rtp_parser.h
|
| rename to media/cast/net/rtp/rtp_parser.h
|
| index 35118cf1446ddca366947296987ec28b9e386873..453ed73fe4f5b1904bb2da0367f09190162697b2 100644
|
| --- a/media/cast/rtp_receiver/rtp_parser/rtp_parser.h
|
| +++ b/media/cast/net/rtp/rtp_parser.h
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MEDIA_CAST_RTP_RECEIVER_RTP_PARSER_RTP_PARSER_H_
|
| -#define MEDIA_CAST_RTP_RECEIVER_RTP_PARSER_RTP_PARSER_H_
|
| +#ifndef MEDIA_CAST_NET_RTP_RTP_PARSER_H_
|
| +#define MEDIA_CAST_NET_RTP_RTP_PARSER_H_
|
|
|
| -#include "media/cast/rtp_receiver/rtp_receiver_defines.h"
|
| -#include "media/cast/transport/cast_transport_defines.h"
|
| +#include "media/cast/net/cast_transport_defines.h"
|
| +#include "media/cast/net/rtp/rtp_receiver_defines.h"
|
|
|
| namespace media {
|
| namespace cast {
|
| @@ -36,7 +36,7 @@ class RtpParser {
|
| private:
|
| const uint32 expected_sender_ssrc_;
|
| const uint8 expected_payload_type_;
|
| - transport::FrameIdWrapHelper frame_id_wrap_helper_;
|
| + FrameIdWrapHelper frame_id_wrap_helper_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(RtpParser);
|
| };
|
| @@ -44,4 +44,4 @@ class RtpParser {
|
| } // namespace cast
|
| } // namespace media
|
|
|
| -#endif // MEDIA_CAST_RTP_RECEIVER_RTP_PARSER_RTP_PARSER_H_
|
| +#endif // MEDIA_CAST_NET_RTP_RTP_PARSER_H_
|
|
|