 Chromium Code Reviews
 Chromium Code Reviews Issue 1546533002:
  Switch to standard integer types in ipc/.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 1546533002:
  Switch to standard integer types in ipc/.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| 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" |