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

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

Issue 1377273003: cast: cleanup rtp header and parsing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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/net/rtp/rtp_packet_builder.h
diff --git a/media/cast/net/rtp/rtp_packet_builder.h b/media/cast/net/rtp/rtp_packet_builder.h
index 3d6579720bd6c7ff68fe99621d5bb0cc3ad7b7ae..da8efc9bd1b2f6eeb8eab44f25eeb5a242ef02b2 100644
--- a/media/cast/net/rtp/rtp_packet_builder.h
+++ b/media/cast/net/rtp/rtp_packet_builder.h
@@ -4,10 +4,10 @@
// Test helper class that builds rtp packets.
-#ifndef MEDIA_CAST_RTP_RECEIVER_RTP_PARSER_TEST_RTP_PACKET_BUILDER_H_
-#define MEDIA_CAST_RTP_RECEIVER_RTP_PARSER_TEST_RTP_PACKET_BUILDER_H_
+#ifndef MEDIA_CAST_NET_RTP_RTP_PACKET_BUILDER_H_
+#define MEDIA_CAST_NET_RTP_RTP_PACKET_BUILDER_H_
-#include "media/cast/net/rtp/rtp_receiver_defines.h"
+#include "media/cast/net/rtp/rtp_defines.h"
namespace media {
namespace cast {
@@ -49,4 +49,4 @@ class RtpPacketBuilder {
} // namespace cast
} // namespace media
-#endif // MEDIA_CAST_RTP_RECEIVER_RTP_PARSER_TEST_RTP_PACKET_BUILDER_H_
+#endif // MEDIA_CAST_NET_RTP_RTP_PACKET_BUILDER_H_

Powered by Google App Engine
This is Rietveld 408576698