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

Unified Diff: ipc/test_util_mac.cc

Issue 1546533002: Switch to standard integer types in ipc/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « ipc/test_util_mac.h ('k') | ipc/unix_domain_socket_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/test_util_mac.cc
diff --git a/ipc/test_util_mac.cc b/ipc/test_util_mac.cc
index 87270773f9ba6d3de4a41e0193155f22e8260074..6b6e64bb4afa2eea052d7232d411f5cc9cb27cbb 100644
--- a/ipc/test_util_mac.cc
+++ b/ipc/test_util_mac.cc
@@ -6,6 +6,7 @@
#include <mach/mach_vm.h>
#include <servers/bootstrap.h>
+#include <stddef.h>
#include "base/mac/mach_logging.h"
#include "base/mac/scoped_mach_port.h"
« no previous file with comments | « ipc/test_util_mac.h ('k') | ipc/unix_domain_socket_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698