| Index: media/gpu/dxva_video_decode_accelerator_win.h
|
| diff --git a/media/gpu/dxva_video_decode_accelerator_win.h b/media/gpu/dxva_video_decode_accelerator_win.h
|
| index 75cc1d9683be07b45d3be7f26abac01745627b79..932b2d9839fe9b715bf0d13c2245864a781f1afa 100644
|
| --- a/media/gpu/dxva_video_decode_accelerator_win.h
|
| +++ b/media/gpu/dxva_video_decode_accelerator_win.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MEDIA_GPU_DXVA_VIDEO_DECODE_ACCELERATOR_H_
|
| -#define MEDIA_GPU_DXVA_VIDEO_DECODE_ACCELERATOR_H_
|
| +#ifndef MEDIA_GPU_DXVA_VIDEO_DECODE_ACCELERATOR_WIN_H_
|
| +#define MEDIA_GPU_DXVA_VIDEO_DECODE_ACCELERATOR_WIN_H_
|
|
|
| #include <d3d11.h>
|
| #include <d3d9.h>
|
| @@ -500,4 +500,4 @@ class MEDIA_GPU_EXPORT DXVAVideoDecodeAccelerator
|
|
|
| } // namespace media
|
|
|
| -#endif // MEDIA_GPU_DXVA_VIDEO_DECODE_ACCELERATOR_H_
|
| +#endif // MEDIA_GPU_DXVA_VIDEO_DECODE_ACCELERATOR_WIN_H_
|
|
|