Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(943)

Unified Diff: media/cast/net/rtp/rtp_header_parser.h

Issue 388663003: Cast: Reshuffle files under media/cast (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missing includes Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/cast/net/rtp/receiver_stats_unittest.cc ('k') | media/cast/net/rtp/rtp_header_parser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/net/rtp/rtp_header_parser.h
diff --git a/media/cast/transport/rtp_sender/rtp_packetizer/test/rtp_header_parser.h b/media/cast/net/rtp/rtp_header_parser.h
similarity index 73%
rename from media/cast/transport/rtp_sender/rtp_packetizer/test/rtp_header_parser.h
rename to media/cast/net/rtp/rtp_header_parser.h
index bb6e0fae54b272600c674ea25d183ebed43d6204..799d2507abd0a32c48ec0dd9f45a2b99c6e26202 100644
--- a/media/cast/transport/rtp_sender/rtp_packetizer/test/rtp_header_parser.h
+++ b/media/cast/net/rtp/rtp_header_parser.h
@@ -3,15 +3,14 @@
// found in the LICENSE file.
// Utility parser for rtp packetizer unittests
-#ifndef MEDIA_CAST_TRANSPORT_RTP_SENDER_RTP_PACKETIZER_TEST_RTP_HEADER_PARSER_H_
-#define MEDIA_CAST_TRANSPORT_RTP_SENDER_RTP_PACKETIZER_TEST_RTP_HEADER_PARSER_H_
+#ifndef MEDIA_CAST_NET_RTP_RTP_HEADER_PARSER_H_
+#define MEDIA_CAST_NET_RTP_RTP_HEADER_PARSER_H_
#include "base/basictypes.h"
-#include "media/cast/transport/cast_transport_defines.h"
+#include "media/cast/net/cast_transport_defines.h"
namespace media {
namespace cast {
-namespace transport {
// TODO(miu): Kill this and use RtpCastHeader instead.
struct RtpCastTestHeader {
@@ -51,14 +50,13 @@ class RtpHeaderParser {
const uint8* const rtp_data_begin_;
size_t length_;
- mutable transport::FrameIdWrapHelper frame_id_wrap_helper_;
- mutable transport::FrameIdWrapHelper reference_frame_id_wrap_helper_;
+ mutable FrameIdWrapHelper frame_id_wrap_helper_;
+ mutable FrameIdWrapHelper reference_frame_id_wrap_helper_;
DISALLOW_COPY_AND_ASSIGN(RtpHeaderParser);
};
-} // namespace transport
} // namespace cast
} // namespace media
-#endif // MEDIA_CAST_TRANSPORT_RTP_SENDER_RTP_PACKETIZER_TEST_RTP_HEADER_PARSER_H_
+#endif // MEDIA_CAST_NET_RTP_RTP_HEADER_PARSER_H_
« no previous file with comments | « media/cast/net/rtp/receiver_stats_unittest.cc ('k') | media/cast/net/rtp/rtp_header_parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698