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

Unified Diff: chrome/test/data/nacl/pnacl_dyncode_syscall_disabled/pnacl_dyncode_syscall_disabled.cc

Issue 1548153002: Switch to standard integer types in chrome/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: chrome/test/data/nacl/pnacl_dyncode_syscall_disabled/pnacl_dyncode_syscall_disabled.cc
diff --git a/chrome/test/data/nacl/pnacl_dyncode_syscall_disabled/pnacl_dyncode_syscall_disabled.cc b/chrome/test/data/nacl/pnacl_dyncode_syscall_disabled/pnacl_dyncode_syscall_disabled.cc
index 809d3f41f6324b5748fd170f43c34f539862918d..cef1d048f4c61a8d15caca2cbbd40013724511b8 100644
--- a/chrome/test/data/nacl/pnacl_dyncode_syscall_disabled/pnacl_dyncode_syscall_disabled.cc
+++ b/chrome/test/data/nacl/pnacl_dyncode_syscall_disabled/pnacl_dyncode_syscall_disabled.cc
@@ -4,6 +4,7 @@
#include <errno.h>
#include <nacl/nacl_dyncode.h>
+#include <stddef.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
« no previous file with comments | « chrome/test/data/nacl/nonsfi/libc_free.c ('k') | chrome/test/data/nacl/pnacl_hw_eh_disabled/pnacl_hw_eh_disabled.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698