| Index: chrome/installer/setup/setup_util.cc
|
| diff --git a/chrome/installer/setup/setup_util.cc b/chrome/installer/setup/setup_util.cc
|
| index c588406ac6b76d7c9ff3f64ab37c6a5b46d2e183..3f9c93703ac463a52d106a8a724c00e280000aa6 100644
|
| --- a/chrome/installer/setup/setup_util.cc
|
| +++ b/chrome/installer/setup/setup_util.cc
|
| @@ -242,7 +242,7 @@ bool DeleteFileFromTempProcess(const base::FilePath& path,
|
| }
|
| } else {
|
| PLOG(ERROR) << "VirtualAllocEx";
|
| - ::TerminateProcess(pi.hProcess, ~0);
|
| + ::TerminateProcess(pi.hProcess, ~static_cast<UINT>(0));
|
| }
|
| ::CloseHandle(pi.hThread);
|
| ::CloseHandle(pi.hProcess);
|
|
|