Index: content/common/gpu/media/video_decode_accelerator_unittest.cc |
diff --git a/content/common/gpu/media/video_decode_accelerator_unittest.cc b/content/common/gpu/media/video_decode_accelerator_unittest.cc |
index 34df90cf9e450889edf4f38635eeba4310267e0a..4c7f7649f7001657e0d327a56ab4f3da01b9d748 100644 |
--- a/content/common/gpu/media/video_decode_accelerator_unittest.cc |
+++ b/content/common/gpu/media/video_decode_accelerator_unittest.cc |
@@ -55,7 +55,7 @@ |
#include "content/common/gpu/media/dxva_video_decode_accelerator.h" |
#elif defined(OS_CHROMEOS) |
#if defined(ARCH_CPU_ARMEL) |
-#include "content/common/gpu/media/exynos_video_decode_accelerator.h" |
+#include "content/common/gpu/media/v4l2_video_decode_accelerator.h" |
#elif defined(ARCH_CPU_X86_FAMILY) |
#include "content/common/gpu/media/vaapi_video_decode_accelerator.h" |
#include "content/common/gpu/media/vaapi_wrapper.h" |
@@ -546,7 +546,7 @@ void GLRenderingVDAClient::CreateAndStartDecoder() { |
new DXVAVideoDecodeAccelerator(client, base::Bind(&DoNothingReturnTrue))); |
#elif defined(OS_CHROMEOS) |
#if defined(ARCH_CPU_ARMEL) |
- decoder_.reset(new ExynosVideoDecodeAccelerator( |
+ decoder_.reset(new V4L2VideoDecodeAccelerator( |
static_cast<EGLDisplay>(rendering_helper_->GetGLDisplay()), |
client, |
weak_client, |