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

Unified Diff: base/process/memory_win.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_unittest_mac.mm ('k') | base/process/process.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/process/memory_win.cc
diff --git a/base/process/memory_win.cc b/base/process/memory_win.cc
index b949b5d8854d043ec8605d1069320d7cc9d11024..42f707d9ac0102df377fbe2b2c075b34edcfeca2 100644
--- a/base/process/memory_win.cc
+++ b/base/process/memory_win.cc
@@ -6,6 +6,7 @@
#include <new.h>
#include <psapi.h>
+#include <stddef.h>
#include "base/logging.h"
#include "base/memory/scoped_ptr.h"
« no previous file with comments | « base/process/memory_unittest_mac.mm ('k') | base/process/process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698