diff --git a/webrtc/modules/rtp_rtcp/source/fec_private_tables_random.h b/webrtc/modules/rtp_rtcp/source/fec_private_tables_random.h index ff6de43b76..a2d1886957 100644 --- a/webrtc/modules/rtp_rtcp/source/fec_private_tables_random.h +++ b/webrtc/modules/rtp_rtcp/source/fec_private_tables_random.h @@ -8,8 +8,8 @@ * be found in the AUTHORS file in the root of the source tree. */ -#ifndef WEBRTC_MODULES_RTP_RTCP_SOURCE_FEC_PRIVATE_TABLES_H_ -#define WEBRTC_MODULES_RTP_RTCP_SOURCE_FEC_PRIVATE_TABLES_H_ +#ifndef WEBRTC_MODULES_RTP_RTCP_SOURCE_FEC_PRIVATE_TABLES_RANDOM_H_ +#define WEBRTC_MODULES_RTP_RTCP_SOURCE_FEC_PRIVATE_TABLES_RANDOM_H_ // This file contains a set of packets masks for the FEC code. The masks in // this table are specifically designed to favor recovery to random loss. @@ -24519,4 +24519,4 @@ const uint8_t** kPacketMaskRandomTbl[48] = { }; } // namespace -#endif // WEBRTC_MODULES_RTP_RTCP_SOURCE_FEC_PRIVATE_TABLES_H_ +#endif // WEBRTC_MODULES_RTP_RTCP_SOURCE_FEC_PRIVATE_TABLES_RANDOM_H_ diff --git a/webrtc/modules/rtp_rtcp/source/mock/mock_rtp_payload_strategy.h b/webrtc/modules/rtp_rtcp/source/mock/mock_rtp_payload_strategy.h index 549821f808..e6a76d00f7 100644 --- a/webrtc/modules/rtp_rtcp/source/mock/mock_rtp_payload_strategy.h +++ b/webrtc/modules/rtp_rtcp/source/mock/mock_rtp_payload_strategy.h @@ -8,8 +8,8 @@ * be found in the AUTHORS file in the root of the source tree. */ -#ifndef WEBRTC_MODULES_RTP_RTCP_SOURCE_MOCK_MOCK_RTP_PAYLOAD_REGISTRY_H_ -#define WEBRTC_MODULES_RTP_RTCP_SOURCE_MOCK_MOCK_RTP_PAYLOAD_REGISTRY_H_ +#ifndef WEBRTC_MODULES_RTP_RTCP_SOURCE_MOCK_MOCK_RTP_PAYLOAD_STRATEGY_H_ +#define WEBRTC_MODULES_RTP_RTCP_SOURCE_MOCK_MOCK_RTP_PAYLOAD_STRATEGY_H_ #include "testing/gmock/include/gmock/gmock.h" #include "webrtc/modules/rtp_rtcp/include/rtp_payload_registry.h" @@ -40,4 +40,4 @@ class MockRTPPayloadStrategy : public RTPPayloadStrategy { } // namespace webrtc -#endif // WEBRTC_MODULES_RTP_RTCP_SOURCE_MOCK_MOCK_RTP_PAYLOAD_REGISTRY_H_ +#endif // WEBRTC_MODULES_RTP_RTCP_SOURCE_MOCK_MOCK_RTP_PAYLOAD_STRATEGY_H_ diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_packet.h b/webrtc/modules/rtp_rtcp/source/rtcp_packet.h index 7ea05b1a29..1fb13d4d2e 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 #include @@ -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_ diff --git a/webrtc/modules/rtp_rtcp/source/rtp_header_extension.h b/webrtc/modules/rtp_rtcp/source/rtp_header_extension.h index 263b2d790f..0de76bd19c 100644 --- a/webrtc/modules/rtp_rtcp/source/rtp_header_extension.h +++ b/webrtc/modules/rtp_rtcp/source/rtp_header_extension.h @@ -8,8 +8,8 @@ * be found in the AUTHORS file in the root of the source tree. */ -#ifndef WEBRTC_MODULES_RTP_RTCP_RTP_HEADER_EXTENSION_H_ -#define WEBRTC_MODULES_RTP_RTCP_RTP_HEADER_EXTENSION_H_ +#ifndef WEBRTC_MODULES_RTP_RTCP_SOURCE_RTP_HEADER_EXTENSION_H_ +#define WEBRTC_MODULES_RTP_RTCP_SOURCE_RTP_HEADER_EXTENSION_H_ #include @@ -114,4 +114,4 @@ class RtpHeaderExtensionMap { }; } -#endif // WEBRTC_MODULES_RTP_RTCP_RTP_HEADER_EXTENSION_H_ +#endif // WEBRTC_MODULES_RTP_RTCP_SOURCE_RTP_HEADER_EXTENSION_H_ diff --git a/webrtc/modules/rtp_rtcp/source/rtp_packet_history.h b/webrtc/modules/rtp_rtcp/source/rtp_packet_history.h index cece640eae..3d4c09ab95 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 @@ -101,4 +101,4 @@ class RTPPacketHistory { std::vector 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_ diff --git a/webrtc/modules/rtp_rtcp/test/testAPI/test_api.h b/webrtc/modules/rtp_rtcp/test/testAPI/test_api.h index f55b4b5461..d8040f7902 100644 --- a/webrtc/modules/rtp_rtcp/test/testAPI/test_api.h +++ b/webrtc/modules/rtp_rtcp/test/testAPI/test_api.h @@ -7,6 +7,8 @@ * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ +#ifndef WEBRTC_MODULES_RTP_RTCP_TEST_TESTAPI_TEST_API_H_ +#define WEBRTC_MODULES_RTP_RTCP_TEST_TESTAPI_TEST_API_H_ #include "testing/gtest/include/gtest/gtest.h" #include "webrtc/base/scoped_ptr.h" @@ -68,3 +70,4 @@ class TestRtpReceiver : public NullRtpData { }; } // namespace webrtc +#endif // WEBRTC_MODULES_RTP_RTCP_TEST_TESTAPI_TEST_API_H_ diff --git a/webrtc/modules/rtp_rtcp/test/testFec/average_residual_loss_xor_codes.h b/webrtc/modules/rtp_rtcp/test/testFec/average_residual_loss_xor_codes.h index 2e8d676e47..80e2310ac3 100644 --- a/webrtc/modules/rtp_rtcp/test/testFec/average_residual_loss_xor_codes.h +++ b/webrtc/modules/rtp_rtcp/test/testFec/average_residual_loss_xor_codes.h @@ -7,6 +7,8 @@ * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ +#ifndef WEBRTC_MODULES_RTP_RTCP_TEST_TESTFEC_AVERAGE_RESIDUAL_LOSS_XOR_CODES_H_ +#define WEBRTC_MODULES_RTP_RTCP_TEST_TESTFEC_AVERAGE_RESIDUAL_LOSS_XOR_CODES_H_ namespace { @@ -186,3 +188,4 @@ const float kMaxResidualLossBurstyMask[kNumberCodes] = { }; } // namespace +#endif // WEBRTC_MODULES_RTP_RTCP_TEST_TESTFEC_AVERAGE_RESIDUAL_LOSS_XOR_CODES_H_