Chromium Code Reviews| Index: base/sys_info_win.cc |
| diff --git a/base/sys_info_win.cc b/base/sys_info_win.cc |
| index 7690e81a8ce33138554e2faae4bb7b89fc13956e..0c402b04de371820153aa74ae1435a211f6b5ef9 100644 |
| --- a/base/sys_info_win.cc |
| +++ b/base/sys_info_win.cc |
| @@ -103,7 +103,7 @@ int SysInfo::DisplayCount() { |
| // static |
| size_t SysInfo::VMAllocationGranularity() { |
| SYSTEM_INFO sysinfo; |
| - GetSystemInfo(&info); |
| + GetSystemInfo(&sysinfo); |
| return info.dwAllocationGranularity; |
| } |