[rtp_rtcp] Lint build/header_guard errors fixed
BUG=webrtc:5277 R=mflodman Review URL: https://codereview.webrtc.org/1506043003 Cr-Commit-Position: refs/heads/master@{#10949}
This commit is contained in:
@ -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_
|
||||
|
Reference in New Issue
Block a user