Changing include guard in frame_callback.h.
R=pbos@webrtc.org Review URL: https://webrtc-codereview.appspot.com/39769004 Cr-Commit-Position: refs/heads/master@{#8233} git-svn-id: http://webrtc.googlecode.com/svn/trunk@8233 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
200ac007ef
commit
0ec50be2f7
@ -8,8 +8,8 @@
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#ifndef WEBRTC_VIDEO_ENGINE_NEW_INCLUDE_FRAME_CALLBACK_H_
|
||||
#define WEBRTC_VIDEO_ENGINE_NEW_INCLUDE_FRAME_CALLBACK_H_
|
||||
#ifndef WEBRTC_FRAME_CALLBACK_H_
|
||||
#define WEBRTC_FRAME_CALLBACK_H_
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
@ -50,4 +50,4 @@ class EncodedFrameObserver {
|
||||
|
||||
} // namespace webrtc
|
||||
|
||||
#endif // WEBRTC_VIDEO_ENGINE_NEW_INCLUDE_FRAME_CALLBACK_H_
|
||||
#endif // WEBRTC_FRAME_CALLBACK_H_
|
||||
|
Loading…
x
Reference in New Issue
Block a user