| Index: webrtc/test/win/d3d_renderer.h
|
| diff --git a/webrtc/test/win/d3d_renderer.h b/webrtc/test/win/d3d_renderer.h
|
| index 46ce266460d35ac580a71c6510821f56f0f68084..cf2319edc449350f28fed507015aecc9d0e31be3 100644
|
| --- a/webrtc/test/win/d3d_renderer.h
|
| +++ b/webrtc/test/win/d3d_renderer.h
|
| @@ -7,8 +7,8 @@
|
| * in the file PATENTS. All contributing project authors may
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
| -#ifndef WEBRTC_VIDEO_ENGINE_TEST_COMMON_WIN_D3D_RENDERER_H_
|
| -#define WEBRTC_VIDEO_ENGINE_TEST_COMMON_WIN_D3D_RENDERER_H_
|
| +#ifndef WEBRTC_TEST_WIN_D3D_RENDERER_H_
|
| +#define WEBRTC_TEST_WIN_D3D_RENDERER_H_
|
|
|
| #include <Windows.h>
|
| #include <d3d9.h>
|
| @@ -51,4 +51,4 @@ class D3dRenderer : public VideoRenderer {
|
| } // namespace test
|
| } // namespace webrtc
|
|
|
| -#endif // WEBRTC_VIDEO_ENGINE_TEST_COMMON_WIN_D3D_RENDERER_H_
|
| +#endif // WEBRTC_TEST_WIN_D3D_RENDERER_H_
|
|
|