Index: net/disk_cache/stress_cache.cc |
=================================================================== |
--- net/disk_cache/stress_cache.cc (revision 9385) |
+++ net/disk_cache/stress_cache.cc (working copy) |
@@ -144,7 +144,7 @@ |
printf("sweet death...\n"); |
#if defined(OS_WIN) |
// Windows does more work on _exit() that we would like, so we use Kill. |
- base::KillProcess(base::GetCurrentProcId(), kExpectedCrash, false); |
+ base::KillProcessById(base::GetCurrentProcId(), kExpectedCrash, false); |
#elif defined(OS_POSIX) |
// On POSIX, _exit() will terminate the process with minimal cleanup, |
// and it is cleaner than killing. |