| 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 4ab02c0219ab0307e76734ec46a173705c9f5d4c..0a3b4df7dd06b8e88829dfeadab3f828341e186d 100644
|
| --- a/content/common/gpu/media/gpu_video_decode_accelerator.cc
|
| +++ b/content/common/gpu/media/gpu_video_decode_accelerator.cc
|
| @@ -32,9 +32,9 @@
|
| #include "content/common/gpu/media/vt_video_decode_accelerator.h"
|
| #elif defined(OS_CHROMEOS)
|
| #if defined(USE_V4L2_CODEC)
|
| +#include "content/common/gpu/media/v4l2_device.h"
|
| #include "content/common/gpu/media/v4l2_slice_video_decode_accelerator.h"
|
| #include "content/common/gpu/media/v4l2_video_decode_accelerator.h"
|
| -#include "content/common/gpu/media/v4l2_video_device.h"
|
| #endif
|
| #if defined(ARCH_CPU_X86_FAMILY)
|
| #include "content/common/gpu/media/vaapi_video_decode_accelerator.h"
|
|
|