Index: base/process/process_metrics.h |
diff --git a/base/process/process_metrics.h b/base/process/process_metrics.h |
index 8d4e51b517d78ed4cb497b983cadb8325f35addc..a54d33610f2205eef4b3a053245e50eea9202d17 100644 |
--- a/base/process/process_metrics.h |
+++ b/base/process/process_metrics.h |
@@ -287,9 +287,9 @@ struct BASE_EXPORT SystemMemoryInfoKB { |
int dirty; |
// vmstats data. |
- int pswpin; |
- int pswpout; |
- int pgmajfault; |
+ unsigned long pswpin; |
+ unsigned long pswpout; |
+ unsigned long pgmajfault; |
#endif // defined(OS_ANDROID) || defined(OS_LINUX) |
#if defined(OS_CHROMEOS) |