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

Unified Diff: base/process/process_metrics_nacl.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/process_metrics_mac.cc ('k') | base/process/process_metrics_openbsd.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/process/process_metrics_nacl.cc
diff --git a/base/process/process_metrics_nacl.cc b/base/process/process_metrics_nacl.cc
index baf329431d3327ae966ceeace83284048caf8252..025ffd5a414f7e8e9f736be369c1015abb3bed39 100644
--- a/base/process/process_metrics_nacl.cc
+++ b/base/process/process_metrics_nacl.cc
@@ -4,6 +4,7 @@
#include "base/process/process_metrics.h"
+#include <stddef.h>
#include <unistd.h>
namespace base {
« no previous file with comments | « base/process/process_metrics_mac.cc ('k') | base/process/process_metrics_openbsd.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698