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

Unified Diff: device/udev_linux/udev.cc

Issue 1542163002: Switch to standard integer types in device/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: win 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
« no previous file with comments | « device/test/usb_test_gadget_impl.cc ('k') | device/udev_linux/udev0_loader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/udev_linux/udev.cc
diff --git a/device/udev_linux/udev.cc b/device/udev_linux/udev.cc
index 6055fb9db0dcdadb50250cf1347ee3ee7a499ebd..653292195b3197eba9a11dc8ec5ddd48edcc97fb 100644
--- a/device/udev_linux/udev.cc
+++ b/device/udev_linux/udev.cc
@@ -4,6 +4,8 @@
#include "device/udev_linux/udev.h"
+#include <stddef.h>
+
#include "base/strings/string_util.h"
#include "device/udev_linux/udev_loader.h"
« no previous file with comments | « device/test/usb_test_gadget_impl.cc ('k') | device/udev_linux/udev0_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698