| Index: chrome/test/chrome_process_util.cc
|
| diff --git a/chrome/test/chrome_process_util.cc b/chrome/test/chrome_process_util.cc
|
| index ad54a8ee73cb03218591e51e52eac30b6dc1fa9d..e09351f5029ad1abc7f3137af7e7da8291cf76e3 100644
|
| --- a/chrome/test/chrome_process_util.cc
|
| +++ b/chrome/test/chrome_process_util.cc
|
| @@ -29,7 +29,7 @@ void TerminateAllChromeProcesses(base::ProcessId browser_pid) {
|
| continue;
|
| }
|
|
|
| - base::KillProcess(handle, ResultCodes::KILLED, true);
|
| + base::KillProcess(handle, content::RESULT_CODE_KILLED, true);
|
| base::CloseProcessHandle(handle);
|
| }
|
| }
|
|
|