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

Unified Diff: sandbox/linux/suid/process_util.h

Issue 1538283002: Switch to standard integer types in sandbox/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: macros 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: sandbox/linux/suid/process_util.h
diff --git a/sandbox/linux/suid/process_util.h b/sandbox/linux/suid/process_util.h
index 9fb9a8791a750f58346164b11e3ae0233b83a2eb..10071d3e00cf9eb5a4a83576f3f5fb5e85220c8c 100644
--- a/sandbox/linux/suid/process_util.h
+++ b/sandbox/linux/suid/process_util.h
@@ -9,6 +9,7 @@
#define SANDBOX_LINUX_SUID_PROCESS_UTIL_H_
#include <stdbool.h>
+#include <stdint.h>
#include <sys/types.h>
// This adjusts /proc/process/oom_score_adj so the Linux OOM killer
« no previous file with comments | « sandbox/linux/suid/common/suid_unsafe_environment_variables.h ('k') | sandbox/linux/suid/process_util_linux.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698