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

Unified Diff: components/nacl/renderer/plugin/ppapi_entrypoints.cc

Issue 1548113002: Switch to standard integer types in components/, part 2 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn 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: components/nacl/renderer/plugin/ppapi_entrypoints.cc
diff --git a/components/nacl/renderer/plugin/ppapi_entrypoints.cc b/components/nacl/renderer/plugin/ppapi_entrypoints.cc
index cd35c9223e22054975134ef843cfb6d970d25aaf..df74ca6f2941383e4c8a3b276149f5c4b7dc1e9f 100644
--- a/components/nacl/renderer/plugin/ppapi_entrypoints.cc
+++ b/components/nacl/renderer/plugin/ppapi_entrypoints.cc
@@ -4,6 +4,8 @@
#include "components/nacl/renderer/plugin/ppapi_entrypoints.h"
+#include <stdint.h>
+
#include "components/nacl/renderer/plugin/module_ppapi.h"
#include "ppapi/c/pp_errors.h"
#include "ppapi/c/pp_module.h"
« no previous file with comments | « components/nacl/renderer/plugin/pnacl_translate_thread.cc ('k') | components/nacl/renderer/plugin/service_runtime.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698