Index: webrtc/modules/rtp_rtcp/source/rtp_packet_history.h |
diff --git a/webrtc/modules/rtp_rtcp/source/rtp_packet_history.h b/webrtc/modules/rtp_rtcp/source/rtp_packet_history.h |
index cece640eae60250c4b0bcdb1053ccb95669acdf5..3d4c09ab95edd52006c367c960e225f86a3c4818 100644 |
--- a/webrtc/modules/rtp_rtcp/source/rtp_packet_history.h |
+++ b/webrtc/modules/rtp_rtcp/source/rtp_packet_history.h |
@@ -10,8 +10,8 @@ |
* Class for storing RTP packets. |
*/ |
-#ifndef WEBRTC_MODULES_RTP_RTCP_RTP_PACKET_HISTORY_H_ |
-#define WEBRTC_MODULES_RTP_RTCP_RTP_PACKET_HISTORY_H_ |
+#ifndef WEBRTC_MODULES_RTP_RTCP_SOURCE_RTP_PACKET_HISTORY_H_ |
+#define WEBRTC_MODULES_RTP_RTCP_SOURCE_RTP_PACKET_HISTORY_H_ |
#include <vector> |
@@ -101,4 +101,4 @@ class RTPPacketHistory { |
std::vector<StoredPacket> stored_packets_ GUARDED_BY(critsect_); |
}; |
} // namespace webrtc |
-#endif // WEBRTC_MODULES_RTP_RTCP_RTP_PACKET_HISTORY_H_ |
+#endif // WEBRTC_MODULES_RTP_RTCP_SOURCE_RTP_PACKET_HISTORY_H_ |