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

Unified Diff: ppapi/nacl_irt/public/irt_ppapi.h

Issue 1548813002: Switch to standard integer types in ppapi/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes 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 | « ppapi/nacl_irt/ppapi_dispatcher.cc ('k') | ppapi/native_client/src/untrusted/irt_stub/ppapi_plugin_start.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/nacl_irt/public/irt_ppapi.h
diff --git a/ppapi/nacl_irt/public/irt_ppapi.h b/ppapi/nacl_irt/public/irt_ppapi.h
index c64dbabb1de63bde9a721ca69ba22e14eb80c14d..2322b6e1b217eda928655245f41e6681ac6580a2 100644
--- a/ppapi/nacl_irt/public/irt_ppapi.h
+++ b/ppapi/nacl_irt/public/irt_ppapi.h
@@ -8,6 +8,7 @@
#define PPAPI_NACL_IRT_PUBLIC_IRT_PPAPI_H_
#include <stddef.h>
+#include <stdint.h>
#include "ppapi/c/ppp.h"
« no previous file with comments | « ppapi/nacl_irt/ppapi_dispatcher.cc ('k') | ppapi/native_client/src/untrusted/irt_stub/ppapi_plugin_start.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698