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

Unified Diff: ipc/test_util_mac.h

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/sync_socket_unittest.cc ('k') | ipc/test_util_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/test_util_mac.h
diff --git a/ipc/test_util_mac.h b/ipc/test_util_mac.h
index 6ed4d1966a8f17e38281c800e76423db9ba2ec1f..2f5e819dd450db2a12c18fca76fe137f60010898 100644
--- a/ipc/test_util_mac.h
+++ b/ipc/test_util_mac.h
@@ -9,6 +9,7 @@
#define IPC_TEST_UTIL_MAC_H_
#include <mach/mach.h>
+#include <stddef.h>
#include <string>
« no previous file with comments | « ipc/sync_socket_unittest.cc ('k') | ipc/test_util_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698