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

Unified Diff: media/cast/transport/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: DEPS 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
Index: media/cast/transport/rtp/rtp_header_parser.h
diff --git a/media/cast/transport/rtp_sender/rtp_packetizer/test/rtp_header_parser.h b/media/cast/transport/rtp/rtp_header_parser.h
similarity index 86%
rename from media/cast/transport/rtp_sender/rtp_packetizer/test/rtp_header_parser.h
rename to media/cast/transport/rtp/rtp_header_parser.h
index bb6e0fae54b272600c674ea25d183ebed43d6204..9021feceec333b728cd2882083e45adf0e05febb 100644
--- a/media/cast/transport/rtp_sender/rtp_packetizer/test/rtp_header_parser.h
+++ b/media/cast/transport/rtp/rtp_header_parser.h
@@ -3,8 +3,8 @@
// 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_TRANSPORT_RTP_RTP_HEADER_PARSER_H_
+#define MEDIA_CAST_TRANSPORT_RTP_RTP_HEADER_PARSER_H_
#include "base/basictypes.h"
#include "media/cast/transport/cast_transport_defines.h"
@@ -61,4 +61,4 @@ class RtpHeaderParser {
} // namespace cast
} // namespace media
-#endif // MEDIA_CAST_TRANSPORT_RTP_SENDER_RTP_PACKETIZER_TEST_RTP_HEADER_PARSER_H_
+#endif // MEDIA_CAST_TRANSPORT_RTP_RTP_HEADER_PARSER_H_

Powered by Google App Engine
This is Rietveld 408576698