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

Unified Diff: ppapi/shared_impl/private/net_address_private_impl_constants.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
Index: ppapi/shared_impl/private/net_address_private_impl_constants.cc
diff --git a/ppapi/shared_impl/private/net_address_private_impl_constants.cc b/ppapi/shared_impl/private/net_address_private_impl_constants.cc
index 44cc4d38b5f4e7274367a97dab427c204e3f195d..46e7686b3141f36b7372091382e541b89732c03e 100644
--- a/ppapi/shared_impl/private/net_address_private_impl_constants.cc
+++ b/ppapi/shared_impl/private/net_address_private_impl_constants.cc
@@ -4,6 +4,7 @@
#include "ppapi/shared_impl/private/net_address_private_impl.h"
+#include "build/build_config.h"
#include "ppapi/c/private/ppb_net_address_private.h"
namespace ppapi {
« no previous file with comments | « ppapi/shared_impl/private/net_address_private_impl.cc ('k') | ppapi/shared_impl/private/ppb_char_set_shared.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698