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

Unified Diff: base/process/memory_mac.mm

Issue 1543293004: Switch to standard integer types in base/process/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ssize_t 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 | « base/process/memory_linux.cc ('k') | base/process/memory_stubs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/process/memory_mac.mm
diff --git a/base/process/memory_mac.mm b/base/process/memory_mac.mm
index 17249a239b9fdddeea853250431d8bdf7369943a..1e1a1ba536fb008f4e3dd87cae71efeca318bbb5 100644
--- a/base/process/memory_mac.mm
+++ b/base/process/memory_mac.mm
@@ -10,6 +10,7 @@
#include <mach/mach_vm.h>
#include <malloc/malloc.h>
#import <objc/runtime.h>
+#include <stddef.h>
#include <new>
@@ -18,6 +19,7 @@
#include "base/mac/mac_util.h"
#include "base/mac/mach_logging.h"
#include "base/scoped_clear_errno.h"
+#include "build/build_config.h"
#include "third_party/apple_apsl/CFBase.h"
#include "third_party/apple_apsl/malloc.h"
« no previous file with comments | « base/process/memory_linux.cc ('k') | base/process/memory_stubs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698