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

Unified Diff: base/process/memory_unittest_mac.h

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.cc ('k') | base/process/memory_unittest_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/process/memory_unittest_mac.h
diff --git a/base/process/memory_unittest_mac.h b/base/process/memory_unittest_mac.h
index 472d2c5962795d387ce5175c93cce0bdbedf829d..713589bd2edb899e3ff0cfb33d03894d474caffb 100644
--- a/base/process/memory_unittest_mac.h
+++ b/base/process/memory_unittest_mac.h
@@ -8,7 +8,10 @@
#ifndef BASE_PROCESS_MEMORY_UNITTEST_MAC_H_
#define BASE_PROCESS_MEMORY_UNITTEST_MAC_H_
-#include "base/basictypes.h"
+#include <stddef.h>
+#include <sys/types.h>
+
+#include "build/build_config.h"
namespace base {
« no previous file with comments | « base/process/memory_unittest.cc ('k') | base/process/memory_unittest_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698