Chromium Code Reviews

Unified Diff: content/common/gpu/media/v4l2_video_encode_accelerator.h

Issue 1859703002: convert //gpu to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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 f1f6a3c38650a9507e6040d085af0cf7e9055ec7..e49a5eebac98cdd22a67052e5316390c07edc6b3 100644
--- a/content/common/gpu/media/v4l2_video_encode_accelerator.h
+++ b/content/common/gpu/media/v4l2_video_encode_accelerator.h
@@ -8,7 +8,9 @@
#include <linux/videodev2.h>
#include <stddef.h>
#include <stdint.h>
+
#include <list>
+#include <memory>
#include <vector>
#include "base/files/scoped_file.h"
« no previous file with comments | « content/common/gpu/media/v4l2_video_decode_accelerator.cc ('k') | content/common/gpu/media/v4l2_video_encode_accelerator.cc » ('j') | no next file with comments »

Powered by Google App Engine