Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1156)

Unified Diff: media/capture/video/linux/v4l2_capture_delegate_single_plane.h

Issue 1542013004: Switch to standard integer types in media/, take 2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more stddef Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: media/capture/video/linux/v4l2_capture_delegate_single_plane.h
diff --git a/media/capture/video/linux/v4l2_capture_delegate_single_plane.h b/media/capture/video/linux/v4l2_capture_delegate_single_plane.h
index 5124f14a508e9198658f54b324c404f2c2cb7922..9ddb9b693d3f3ec3c3dda41bbff4ab24405c5bd2 100644
--- a/media/capture/video/linux/v4l2_capture_delegate_single_plane.h
+++ b/media/capture/video/linux/v4l2_capture_delegate_single_plane.h
@@ -5,6 +5,8 @@
#ifndef MEDIA_VIDEO_CAPTURE_LINUX_V4L2_CAPTURE_DELEGATE_SINGLE_PLANE_H_
#define MEDIA_VIDEO_CAPTURE_LINUX_V4L2_CAPTURE_DELEGATE_SINGLE_PLANE_H_
+#include <stdint.h>
+
#include "base/memory/ref_counted.h"
#include "media/capture/video/linux/v4l2_capture_delegate.h"
#include "media/capture/video/video_capture_device.h"

Powered by Google App Engine
This is Rietveld 408576698