| Index: webrtc/modules/rtp_rtcp/source/rtcp_packet.h
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_packet.h b/webrtc/modules/rtp_rtcp/source/rtcp_packet.h
|
| index 7ea05b1a29ef416f57f690f0c633505033f5ecc9..1fb13d4d2e9f4abf2b40e6a78d5b281b11ec1b92 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtcp_packet.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtcp_packet.h
|
| @@ -9,8 +9,8 @@
|
| *
|
| */
|
|
|
| -#ifndef WEBRTC_MODULES_RTP_RTCP_RTCP_PACKET_H_
|
| -#define WEBRTC_MODULES_RTP_RTCP_RTCP_PACKET_H_
|
| +#ifndef WEBRTC_MODULES_RTP_RTCP_SOURCE_RTCP_PACKET_H_
|
| +#define WEBRTC_MODULES_RTP_RTCP_SOURCE_RTCP_PACKET_H_
|
|
|
| #include <map>
|
| #include <string>
|
| @@ -819,4 +819,4 @@ class RawPacket {
|
|
|
| } // namespace rtcp
|
| } // namespace webrtc
|
| -#endif // WEBRTC_MODULES_RTP_RTCP_RTCP_PACKET_H_
|
| +#endif // WEBRTC_MODULES_RTP_RTCP_SOURCE_RTCP_PACKET_H_
|
|
|