| Index: base/process_util.h
|
| diff --git a/base/process_util.h b/base/process_util.h
|
| index c83dfe1483777bcc4d3f5b291c9f80f72916e041..1d1211efd160fc05322aea53423b565cec83cbca 100644
|
| --- a/base/process_util.h
|
| +++ b/base/process_util.h
|
| @@ -43,12 +43,12 @@ struct ProcessEntry {
|
| };
|
|
|
| struct IoCounters {
|
| - unsigned long long ReadOperationCount;
|
| - unsigned long long WriteOperationCount;
|
| - unsigned long long OtherOperationCount;
|
| - unsigned long long ReadTransferCount;
|
| - unsigned long long WriteTransferCount;
|
| - unsigned long long OtherTransferCount;
|
| + uint64_t ReadOperationCount;
|
| + uint64_t WriteOperationCount;
|
| + uint64_t OtherOperationCount;
|
| + uint64_t ReadTransferCount;
|
| + uint64_t WriteTransferCount;
|
| + uint64_t OtherTransferCount;
|
| };
|
|
|
| #include "base/file_descriptor_shuffle.h"
|
|
|