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 1ec06c334ad668c939ff2aa27483ec1ec4269304..07fe2559a7e154b9a66483a119edd10bd99e2d3a 100644 |
--- a/content/common/gpu/media/video_decode_accelerator_unittest.cc |
+++ b/content/common/gpu/media/video_decode_accelerator_unittest.cc |
@@ -48,6 +48,7 @@ |
#if defined(ARCH_CPU_ARMEL) |
#include "content/common/gpu/media/exynos_video_decode_accelerator.h" |
#elif defined(ARCH_CPU_X86_FAMILY) |
+#include "content/common/gpu/media/vaapi_delegate.h" |
#include "content/common/gpu/media/vaapi_video_decode_accelerator.h" |
#endif // ARCH_CPU_ARMEL |
#else |
@@ -974,7 +975,7 @@ int main(int argc, char **argv) { |
#if defined(ARCH_CPU_ARMEL) |
content::ExynosVideoDecodeAccelerator::PreSandboxInitialization(); |
#elif defined(ARCH_CPU_X86_FAMILY) |
- content::VaapiVideoDecodeAccelerator::PreSandboxInitialization(); |
+ content::VaapiDelegate::PreSandboxInitialization(); |
#endif // ARCH_CPU_ARMEL |
#endif // OS_CHROMEOS |