[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:
danilchap
2015-12-09 03:32:40 -08:00
committed by Commit bot
parent 7623ce4aeb
commit 5eb4988c0a
7 changed files with 21 additions and 15 deletions

View File

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