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

Unified Diff: ppapi/shared_impl/file_ref_util.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/shared_impl/file_ref_create_info.cc ('k') | ppapi/shared_impl/flash_clipboard_format_registry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/shared_impl/file_ref_util.cc
diff --git a/ppapi/shared_impl/file_ref_util.cc b/ppapi/shared_impl/file_ref_util.cc
index a5523cbb944ad2e17417ffcfc19a05ae55e0221d..d111f6944b56349df2062f3cb216b8e5335c333e 100644
--- a/ppapi/shared_impl/file_ref_util.cc
+++ b/ppapi/shared_impl/file_ref_util.cc
@@ -4,9 +4,12 @@
#include "ppapi/shared_impl/file_ref_util.h"
+#include <stddef.h>
+
#include "base/files/file_path.h"
#include "base/strings/string_util.h"
#include "base/strings/utf_string_conversions.h"
+#include "build/build_config.h"
namespace ppapi {
« no previous file with comments | « ppapi/shared_impl/file_ref_create_info.cc ('k') | ppapi/shared_impl/flash_clipboard_format_registry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698