Index: chrome/browser/process_singleton_win.cc |
diff --git a/chrome/browser/process_singleton_win.cc b/chrome/browser/process_singleton_win.cc |
index b21610efa5f8353048448b3f77d4e91e4376274e..49a245aea232f0f6a01a5646b3c64a5999c7b528 100644 |
--- a/chrome/browser/process_singleton_win.cc |
+++ b/chrome/browser/process_singleton_win.cc |
@@ -155,7 +155,7 @@ ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcess() { |
} |
// Time to take action. Kill the browser process. |
- base::KillProcessById(process_id, ResultCodes::HUNG, true); |
+ base::KillProcessById(process_id, content::RESULT_CODE_HUNG, true); |
remote_window_ = NULL; |
return PROCESS_NONE; |
} |