Chromium Code Reviews| Index: base/process/process_metrics.h |
| diff --git a/base/process/process_metrics.h b/base/process/process_metrics.h |
| index 4f08a4f74fafc10c4090d68e2afd9c6fa22241a9..b928c21bce17f776707216312df32ca870fccacb 100644 |
| --- a/base/process/process_metrics.h |
| +++ b/base/process/process_metrics.h |
| @@ -296,9 +296,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) |