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

Unified Diff: media/cast/net/rtcp/test_rtcp_packet_builder.h

Issue 2010793003: Clean up media header include guards (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update references to the param traits guard Created 4 years, 7 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/rtcp/rtcp_builder.h ('k') | media/cast/net/rtp/packet_storage.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/net/rtcp/test_rtcp_packet_builder.h
diff --git a/media/cast/net/rtcp/test_rtcp_packet_builder.h b/media/cast/net/rtcp/test_rtcp_packet_builder.h
index fb6db2115d1db2f684499474684d467f3d29af19..dd94ba0eb4e25e2a0e18376fd741b87dc4dfac39 100644
--- a/media/cast/net/rtcp/test_rtcp_packet_builder.h
+++ b/media/cast/net/rtcp/test_rtcp_packet_builder.h
@@ -4,8 +4,8 @@
// A very simple packet builder class for building RTCP packets.
// Used for testing only.
-#ifndef MEDIA_CAST_RTCP_TEST_RTCP_PACKET_BUILDER_H_
-#define MEDIA_CAST_RTCP_TEST_RTCP_PACKET_BUILDER_H_
+#ifndef MEDIA_CAST_NET_RTCP_TEST_RTCP_PACKET_BUILDER_H_
+#define MEDIA_CAST_NET_RTCP_TEST_RTCP_PACKET_BUILDER_H_
#include <stdint.h>
#include <vector>
@@ -111,4 +111,4 @@ class TestRtcpPacketBuilder {
} // namespace cast
} // namespace media
-#endif // MEDIA_CAST_RTCP_TEST_RTCP_PACKET_BUILDER_H_
+#endif // MEDIA_CAST_NET_RTCP_TEST_RTCP_PACKET_BUILDER_H_
« no previous file with comments | « media/cast/net/rtcp/rtcp_builder.h ('k') | media/cast/net/rtp/packet_storage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698