| Index: content/common/gpu/media/gpu_video_decode_accelerator.cc
|
| diff --git a/content/common/gpu/media/gpu_video_decode_accelerator.cc b/content/common/gpu/media/gpu_video_decode_accelerator.cc
|
| index ed4d1799a300409632e35d1f38635e63c6c06be2..712f9526c662a8aa85e3e66d5b52671b938b4934 100644
|
| --- a/content/common/gpu/media/gpu_video_decode_accelerator.cc
|
| +++ b/content/common/gpu/media/gpu_video_decode_accelerator.cc
|
| @@ -30,9 +30,9 @@
|
|
|
| #if defined(OS_WIN)
|
| #include "base/win/windows_version.h"
|
| -#include "content/common/gpu/media/dxva_video_decode_accelerator.h"
|
| +#include "content/common/gpu/media/dxva_video_decode_accelerator_win.h"
|
| #elif defined(OS_MACOSX)
|
| -#include "content/common/gpu/media/vt_video_decode_accelerator.h"
|
| +#include "content/common/gpu/media/vt_video_decode_accelerator_mac.h"
|
| #elif defined(OS_CHROMEOS)
|
| #if defined(USE_V4L2_CODEC)
|
| #include "content/common/gpu/media/v4l2_device.h"
|
|
|