| Index: base/process_util_win.cc
|
| diff --git a/base/process_util_win.cc b/base/process_util_win.cc
|
| index d00e1de815fd5aa4d93ec6307152185fa5ff0c8d..42e727c6b7fcd83b7765b44c49ce0b0d44f2bd0b 100644
|
| --- a/base/process_util_win.cc
|
| +++ b/base/process_util_win.cc
|
| @@ -765,7 +765,7 @@ size_t GetSystemCommitCharge() {
|
| GetSystemInfo(&system_info);
|
|
|
| PERFORMANCE_INFORMATION info;
|
| - if (! InternalGetPerformanceInfo(&info, sizeof(info))) {
|
| + if (!InternalGetPerformanceInfo(&info, sizeof(info))) {
|
| LOG(ERROR) << "Failed to fetch internal performance info.";
|
| return 0;
|
| }
|
|
|