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

Unified Diff: chrome/test/data/nacl/pnacl_hw_eh_disabled/pnacl_hw_eh_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_hw_eh_disabled/pnacl_hw_eh_disabled.cc
diff --git a/chrome/test/data/nacl/pnacl_hw_eh_disabled/pnacl_hw_eh_disabled.cc b/chrome/test/data/nacl/pnacl_hw_eh_disabled/pnacl_hw_eh_disabled.cc
index 5c50f5d7309b88c5b25eab232702045ed4fdbf5f..90ad184c5e5f8a1fc8c2519499be99c58f8d60cd 100644
--- a/chrome/test/data/nacl/pnacl_hw_eh_disabled/pnacl_hw_eh_disabled.cc
+++ b/chrome/test/data/nacl/pnacl_hw_eh_disabled/pnacl_hw_eh_disabled.cc
@@ -3,6 +3,7 @@
// found in the LICENSE file.
#include <errno.h>
+#include <stddef.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>

Powered by Google App Engine
This is Rietveld 408576698