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

Unified Diff: base/process/memory.cc

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.h ('k') | base/process/memory_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/process/memory.cc
diff --git a/base/process/memory.cc b/base/process/memory.cc
index 133a72a0f75a56e2890eb5b9cb7c71aac8597e9e..75d45303eba1afc4f6a25a7ac40c205f56ce87ec 100644
--- a/base/process/memory.cc
+++ b/base/process/memory.cc
@@ -5,6 +5,7 @@
#include "base/debug/alias.h"
#include "base/logging.h"
#include "base/process/memory.h"
+#include "build/build_config.h"
namespace base {
« no previous file with comments | « base/process/memory.h ('k') | base/process/memory_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698