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

Unified Diff: base/process/memory_unittest_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_unittest_mac.h ('k') | base/process/memory_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/process/memory_unittest_mac.mm
diff --git a/base/process/memory_unittest_mac.mm b/base/process/memory_unittest_mac.mm
index bc4bf65347d3f5a68deab66f86f118165f4ef708..26fe1af4dd5681f28f01fd67ef4d8c3cc1e56e8a 100644
--- a/base/process/memory_unittest_mac.mm
+++ b/base/process/memory_unittest_mac.mm
@@ -3,6 +3,7 @@
// found in the LICENSE file.
#include "base/process/memory_unittest_mac.h"
+#include "build/build_config.h"
#import <Foundation/Foundation.h>
#include <CoreFoundation/CoreFoundation.h>
« no previous file with comments | « base/process/memory_unittest_mac.h ('k') | base/process/memory_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698