summaryrefslogtreecommitdiffstats
path: root/content/common/gpu/media/v4l2_video_encode_accelerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/common/gpu/media/v4l2_video_encode_accelerator.h')
-rw-r--r--content/common/gpu/media/v4l2_video_encode_accelerator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/common/gpu/media/v4l2_video_encode_accelerator.h b/content/common/gpu/media/v4l2_video_encode_accelerator.h
index 267d0d0..b77f936 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 {