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

Unified Diff: ppapi/cpp/ppp_entrypoints.cc

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/cpp/point.h ('k') | ppapi/cpp/private/camera_capabilities_private.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/ppp_entrypoints.cc
diff --git a/ppapi/cpp/ppp_entrypoints.cc b/ppapi/cpp/ppp_entrypoints.cc
index e9e64573c1e1b551a11b076077485a0aec78d374..d345dabd5c5c535d9309653c73eaafe914d9e75e 100644
--- a/ppapi/cpp/ppp_entrypoints.cc
+++ b/ppapi/cpp/ppp_entrypoints.cc
@@ -7,9 +7,11 @@
// plugin implementors can export their derivation of Module by just
// linking to this implementation.
+#include <stdint.h>
+
+#include "ppapi/c/pp_errors.h"
#include "ppapi/c/ppb.h"
#include "ppapi/c/ppp.h"
-#include "ppapi/c/pp_errors.h"
#include "ppapi/cpp/module.h"
#include "ppapi/cpp/module_embedder.h"
« no previous file with comments | « ppapi/cpp/point.h ('k') | ppapi/cpp/private/camera_capabilities_private.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698