From 0ec50be2f7da26d3a582ef07972fb26452711313 Mon Sep 17 00:00:00 2001 From: "mflodman@webrtc.org" Date: Tue, 3 Feb 2015 14:51:06 +0000 Subject: [PATCH] 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 --- webrtc/frame_callback.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webrtc/frame_callback.h b/webrtc/frame_callback.h index 1d73f4a047..1cd077a7ca 100644 --- a/webrtc/frame_callback.h +++ b/webrtc/frame_callback.h @@ -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 @@ -50,4 +50,4 @@ class EncodedFrameObserver { } // namespace webrtc -#endif // WEBRTC_VIDEO_ENGINE_NEW_INCLUDE_FRAME_CALLBACK_H_ +#endif // WEBRTC_FRAME_CALLBACK_H_