Index: content/common/gpu/media/v4l2_video_decode_accelerator.h |
diff --git a/content/common/gpu/media/v4l2_video_decode_accelerator.h b/content/common/gpu/media/v4l2_video_decode_accelerator.h |
index 33b5dbe82a365cab091b7f963ee46552cd851703..f12eea09fe817e28aa5d55750fae0dc2c19e9888 100644 |
--- a/content/common/gpu/media/v4l2_video_decode_accelerator.h |
+++ b/content/common/gpu/media/v4l2_video_decode_accelerator.h |
@@ -19,9 +19,9 @@ |
#include "base/threading/thread.h" |
#include "content/common/content_export.h" |
#include "content/common/gpu/media/v4l2_video_device.h" |
-#include "content/common/gpu/media/video_decode_accelerator_impl.h" |
#include "media/base/limits.h" |
#include "media/base/video_decoder_config.h" |
+#include "media/types/video_decode_accelerator_impl.h" |
#include "media/video/picture.h" |
#include "ui/gfx/size.h" |
#include "ui/gl/gl_bindings.h" |
@@ -73,7 +73,7 @@ namespace content { |
// subtle races (esp. if we get Reset() in the meantime), we block the decoder |
// thread while we wait for AssignPictureBuffers from the client. |
class CONTENT_EXPORT V4L2VideoDecodeAccelerator |
- : public VideoDecodeAcceleratorImpl { |
+ : public media::VideoDecodeAcceleratorImpl { |
public: |
V4L2VideoDecodeAccelerator( |
EGLDisplay egl_display, |