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

Unified Diff: sandbox/mac/xpc_stubs_header.fragment

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
« no previous file with comments | « sandbox/mac/xpc_message_server_unittest.cc ('k') | sandbox/win/sandbox_poc/main_ui_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/mac/xpc_stubs_header.fragment
diff --git a/sandbox/mac/xpc_stubs_header.fragment b/sandbox/mac/xpc_stubs_header.fragment
index 977ffe785046aa20793dc75d2e6b634cc7adf4c3..2aa81ccc9ec4f5f523640de56bcfddf3a557e956 100644
--- a/sandbox/mac/xpc_stubs_header.fragment
+++ b/sandbox/mac/xpc_stubs_header.fragment
@@ -6,6 +6,8 @@
#define SANDBOX_MAC_XPC_STUBS_HEADER_FRAGMENT_
#include <bsm/libbsm.h>
+#include <stddef.h>
+#include <stdint.h>
#include "sandbox/sandbox_export.h"
« no previous file with comments | « sandbox/mac/xpc_message_server_unittest.cc ('k') | sandbox/win/sandbox_poc/main_ui_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698