| Index: content/common/gpu/media/dxva_video_decode_accelerator.h
|
| diff --git a/content/common/gpu/media/dxva_video_decode_accelerator.h b/content/common/gpu/media/dxva_video_decode_accelerator.h
|
| index 7bff907ece3e3eae2cd516b2ab7036ba9537911b..19b4a3799fea80ae597a6eb43e977dba1e404e3a 100644
|
| --- a/content/common/gpu/media/dxva_video_decode_accelerator.h
|
| +++ b/content/common/gpu/media/dxva_video_decode_accelerator.h
|
| @@ -18,7 +18,7 @@
|
| #include "base/threading/non_thread_safe.h"
|
| #include "base/win/scoped_comptr.h"
|
| #include "content/common/content_export.h"
|
| -#include "content/common/gpu/media/video_decode_accelerator_impl.h"
|
| +#include "media/types/video_decode_accelerator_impl.h"
|
| #include "media/video/video_decode_accelerator.h"
|
|
|
| interface IMFSample;
|
| @@ -31,7 +31,7 @@ namespace content {
|
| // This class lives on a single thread and DCHECKs that it is never accessed
|
| // from any other.
|
| class CONTENT_EXPORT DXVAVideoDecodeAccelerator
|
| - : public VideoDecodeAcceleratorImpl,
|
| + : public media::VideoDecodeAcceleratorImpl,
|
| NON_EXPORTED_BASE(public base::NonThreadSafe) {
|
| public:
|
| enum State {
|
|
|