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

Unified Diff: chrome/test/data/nacl/ppapi/ppb_core/ppapi_ppb_core.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/ppapi/ppb_core/ppapi_ppb_core.cc
diff --git a/chrome/test/data/nacl/ppapi/ppb_core/ppapi_ppb_core.cc b/chrome/test/data/nacl/ppapi/ppb_core/ppapi_ppb_core.cc
index 4af4ac47e379d5753c0e22fb77a1bf8d163ebe71..c8fcf03756032b569b28f9a536483c8600de759f 100644
--- a/chrome/test/data/nacl/ppapi/ppb_core/ppapi_ppb_core.cc
+++ b/chrome/test/data/nacl/ppapi/ppb_core/ppapi_ppb_core.cc
@@ -3,6 +3,8 @@
// found in the LICENSE file.
#include <pthread.h>
+#include <stddef.h>
+#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>

Powered by Google App Engine
This is Rietveld 408576698