Review URL: https://webrtc-codereview.appspot.com/930007

git-svn-id: http://webrtc.googlecode.com/svn/trunk@3030 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
niklas.enbom@webrtc.org 2012-10-31 14:35:11 +00:00
parent 1a2a6dda26
commit ef629299e9
3 changed files with 7 additions and 6 deletions

View File

@ -6,3 +6,4 @@ Mozilla Foundation
Ben Strong <bstrong@gmail.com>
Petar Jovanovic <petarj@mips.com>
Martin Storsjo <martin@martin.st>
Jie Mao <maojie0924@gmail.com>

View File

@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef WEBRTC_VIDEO_ENGINE_MAIN_SOURCE_VIE_DEFINES_H_
#define WEBRTC_VIDEO_ENGINE_MAIN_SOURCE_VIE_DEFINES_H_
#ifndef WEBRTC_VIDEO_ENGINE_VIE_DEFINES_H_
#define WEBRTC_VIDEO_ENGINE_VIE_DEFINES_H_
#include "engine_configurations.h" // NOLINT
@ -218,4 +218,4 @@ inline int ChannelId(const int moduleId) {
} // namespace webrtc
#endif // WEBRTC_VIDEO_ENGINE_MAIN_SOURCE_VIE_DEFINES_H_
#endif // WEBRTC_VIDEO_ENGINE_VIE_DEFINES_H_

View File

@ -15,8 +15,8 @@
// for a specified SSRC.
#ifndef WEBRTC_VIDEO_ENGINE_MAIN_SOURCE_VIE_REMB_H_
#define WEBRTC_VIDEO_ENGINE_MAIN_SOURCE_VIE_REMB_H_
#ifndef WEBRTC_VIDEO_ENGINE_VIE_REMB_H_
#define WEBRTC_VIDEO_ENGINE_VIE_REMB_H_
#include <list>
#include <map>
@ -88,4 +88,4 @@ class VieRemb : public RemoteBitrateObserver, public Module {
} // namespace webrtc
#endif // WEBRTC_VIDEO_ENGINE_MAIN_SOURCE_VIE_REMB_H_
#endif // WEBRTC_VIDEO_ENGINE_VIE_REMB_H_