| Index: content/common/gpu/media/v4l2_video_encode_accelerator.h
|
| diff --git a/content/common/gpu/media/v4l2_video_encode_accelerator.h b/content/common/gpu/media/v4l2_video_encode_accelerator.h
|
| index 267d0d010a661767eb3464b9fcc3564a56427a15..b77f93669cd5e4170255c4705bdc6077e77edb38 100644
|
| --- a/content/common/gpu/media/v4l2_video_encode_accelerator.h
|
| +++ b/content/common/gpu/media/v4l2_video_encode_accelerator.h
|
| @@ -5,8 +5,8 @@
|
| #ifndef CONTENT_COMMON_GPU_MEDIA_V4L2_VIDEO_ENCODE_ACCELERATOR_H_
|
| #define CONTENT_COMMON_GPU_MEDIA_V4L2_VIDEO_ENCODE_ACCELERATOR_H_
|
|
|
| -#include <list>
|
| #include <linux/videodev2.h>
|
| +#include <list>
|
| #include <vector>
|
|
|
| #include "base/memory/linked_ptr.h"
|
| @@ -16,7 +16,7 @@
|
| #include "content/common/gpu/media/v4l2_image_processor.h"
|
| #include "content/common/gpu/media/v4l2_video_device.h"
|
| #include "media/video/video_encode_accelerator.h"
|
| -#include "ui/gfx/size.h"
|
| +#include "ui/gfx/geometry/size.h"
|
|
|
| namespace base {
|
|
|
|
|