| Index: webrtc/test/linux/glx_renderer.h
|
| diff --git a/webrtc/test/linux/glx_renderer.h b/webrtc/test/linux/glx_renderer.h
|
| index 517f22a03801fcff0d25f8c96553d20fabbaf3d9..c117281cf1ac994cf2a3255f6b2bd13ad89e9566 100644
|
| --- a/webrtc/test/linux/glx_renderer.h
|
| +++ b/webrtc/test/linux/glx_renderer.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_VIDEO_ENGINE_TEST_COMMON_LINUX_GLX_RENDERER_H_
|
| -#define WEBRTC_VIDEO_ENGINE_TEST_COMMON_LINUX_GLX_RENDERER_H_
|
| +#ifndef WEBRTC_TEST_LINUX_GLX_RENDERER_H_
|
| +#define WEBRTC_TEST_LINUX_GLX_RENDERER_H_
|
|
|
| #include <GL/glx.h>
|
| #include <X11/Xlib.h>
|
| @@ -45,4 +45,4 @@ class GlxRenderer : public GlRenderer {
|
| } // test
|
| } // webrtc
|
|
|
| -#endif // WEBRTC_VIDEO_ENGINE_TEST_COMMON_LINUX_GLX_RENDERER_H_
|
| +#endif // WEBRTC_TEST_LINUX_GLX_RENDERER_H_
|
|
|