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

Unified Diff: ppapi/examples/url_loader/stream_to_file.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/examples/threading/threading.cc ('k') | ppapi/examples/url_loader/streaming.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/examples/url_loader/stream_to_file.cc
diff --git a/ppapi/examples/url_loader/stream_to_file.cc b/ppapi/examples/url_loader/stream_to_file.cc
index 887a9d71242042eebcaa4a6ec2d68e9b236ca9b5..61e5f749730b2841d1ae171bce51792bb9e826c9 100644
--- a/ppapi/examples/url_loader/stream_to_file.cc
+++ b/ppapi/examples/url_loader/stream_to_file.cc
@@ -9,6 +9,8 @@
// This example uses PostMessage between the plugin and the url_loader.html
// page in this directory to start the load and to communicate the result.
+#include <stdint.h>
+
#include "ppapi/c/ppb_file_io.h"
#include "ppapi/cpp/file_io.h"
#include "ppapi/cpp/file_ref.h"
« no previous file with comments | « ppapi/examples/threading/threading.cc ('k') | ppapi/examples/url_loader/streaming.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698