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

Unified Diff: ipc/unix_domain_socket_util.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/test_util_mac.cc ('k') | ipc/unix_domain_socket_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/unix_domain_socket_util.h
diff --git a/ipc/unix_domain_socket_util.h b/ipc/unix_domain_socket_util.h
index 5752364fa10c049f595b85437e159355c1f37a5e..13590722950c3473904eb05e54cc4f7c979dced9 100644
--- a/ipc/unix_domain_socket_util.h
+++ b/ipc/unix_domain_socket_util.h
@@ -5,6 +5,7 @@
#ifndef IPC_UNIX_DOMAIN_SOCKET_UTIL_H_
#define IPC_UNIX_DOMAIN_SOCKET_UTIL_H_
+#include <stddef.h>
#include <sys/types.h>
#include <string>
« no previous file with comments | « ipc/test_util_mac.cc ('k') | ipc/unix_domain_socket_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698