| Index: chrome/browser/hang_monitor/hung_window_detector.cc
|
| diff --git a/chrome/browser/hang_monitor/hung_window_detector.cc b/chrome/browser/hang_monitor/hung_window_detector.cc
|
| index 39bedc6de28c511172a26de056ad943d34110345..ca900132637f0bff6fd896f2eb0a62e9fe731658 100644
|
| --- a/chrome/browser/hang_monitor/hung_window_detector.cc
|
| +++ b/chrome/browser/hang_monitor/hung_window_detector.cc
|
| @@ -148,7 +148,7 @@ bool HungWindowDetector::CheckChildWindow(HWND child_window) {
|
| if (process_id_check != child_window_process_id) {
|
| break;
|
| }
|
| - TerminateProcess(child_process, ResultCodes::HUNG);
|
| + TerminateProcess(child_process, content::RESULT_CODE_HUNG);
|
| WaitForSingleObject(child_process, kTerminateTimeout);
|
| child_process.Close();
|
| break;
|
|
|