commit | 6a6f0893dd1e653410ba4b22e7f33947d15aeb65 | [log] [tgz] |
---|---|---|
author | danilchap <danilchap@webrtc.org> | Thu Dec 10 12:39:08 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Thu Dec 10 20:39:16 2015 +0000 |
tree | 93347e0e20bc706200be30b3dcd838d962487bff | |
parent | a1f567ae9012a8de573b5bde492dd9ca0d17f137 [diff] [blame] |
in rtp_rtcp module: fixed build/namespaces lint errors fixed readability/namespace lint errors BUG=webrtc:5277 R=mflodman,stefan@webrtc.org Review URL: https://codereview.webrtc.org/1506823002 Cr-Commit-Position: refs/heads/master@{#10978}
diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_utility.h b/webrtc/modules/rtp_rtcp/source/rtcp_utility.h index e1f8737..0b03ceb 100644 --- a/webrtc/modules/rtp_rtcp/source/rtcp_utility.h +++ b/webrtc/modules/rtp_rtcp/source/rtcp_utility.h
@@ -487,6 +487,6 @@ RtcpCommonHeader _header; }; -} // RTCPUtility +} // namespace RTCPUtility } // namespace webrtc #endif // WEBRTC_MODULES_RTP_RTCP_SOURCE_RTCP_UTILITY_H_