Index: content/common/process_watcher_win.cc |
diff --git a/content/common/process_watcher_win.cc b/content/common/process_watcher_win.cc |
index 95cf9825990ac8d5ece659c3a4b98a33ae839355..e687a69e21f51947c793751f3320ca005cd05702 100644 |
--- a/content/common/process_watcher_win.cc |
+++ b/content/common/process_watcher_win.cc |
@@ -52,7 +52,7 @@ class TimerExpiredTask : public Task, |
// terminates. We just care that it eventually terminates, and that's what |
// TerminateProcess should do for us. Don't check for the result code since |
// it fails quite often. This should be investigated eventually. |
- base::KillProcess(process_, ResultCodes::HUNG, false); |
+ base::KillProcess(process_, content::RESULT_CODE_HUNG, false); |
// Now, just cleanup as if the process exited normally. |
OnObjectSignaled(process_); |