| 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_
|
|
|