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

Unified Diff: mojo/platform_handle/platform_handle_private_thunks.cc

Issue 1543603002: Switch to standard integer types in mojo/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix 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 | « mojo/package_manager/package_manager_impl.cc ('k') | mojo/public/c/system/buffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/platform_handle/platform_handle_private_thunks.cc
diff --git a/mojo/platform_handle/platform_handle_private_thunks.cc b/mojo/platform_handle/platform_handle_private_thunks.cc
index 1b210986a2e87c3138a916ee63d32cbe47b5643d..25fe04ab6cd533e8ea4601761dc506da101d761e 100644
--- a/mojo/platform_handle/platform_handle_private_thunks.cc
+++ b/mojo/platform_handle/platform_handle_private_thunks.cc
@@ -5,6 +5,7 @@
#include "mojo/platform_handle/platform_handle_private_thunks.h"
#include <assert.h>
+#include <stddef.h>
#if defined(WIN32)
#define THUNK_EXPORT __declspec(dllexport)
« no previous file with comments | « mojo/package_manager/package_manager_impl.cc ('k') | mojo/public/c/system/buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698