| Index: webrtc/test/mac/video_renderer_mac.h
|
| diff --git a/webrtc/test/mac/video_renderer_mac.h b/webrtc/test/mac/video_renderer_mac.h
|
| index 2e55538954b73d884aef0ce72c9e99a143e8c709..7baf7947445fbcf33531c682055466e8f05295de 100644
|
| --- a/webrtc/test/mac/video_renderer_mac.h
|
| +++ b/webrtc/test/mac/video_renderer_mac.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_VIDEO_ENGINE_TEST_COMMON_MAC_VIDEO_RENDERER_MAC_H_
|
| -#define WEBRTC_VIDEO_ENGINE_TEST_COMMON_MAC_VIDEO_RENDERER_MAC_H_
|
| +#ifndef WEBRTC_TEST_MAC_VIDEO_RENDERER_MAC_H_
|
| +#define WEBRTC_TEST_MAC_VIDEO_RENDERER_MAC_H_
|
|
|
| #include "webrtc/base/constructormagic.h"
|
| #include "webrtc/test/gl/gl_renderer.h"
|
| @@ -38,4 +38,4 @@ class MacRenderer : public GlRenderer {
|
| } // test
|
| } // webrtc
|
|
|
| -#endif // WEBRTC_VIDEO_ENGINE_TEST_COMMON_MAC_VIDEO_RENDERER_MAC_H_
|
| +#endif // WEBRTC_TEST_MAC_VIDEO_RENDERER_MAC_H_
|
|
|