diff options
Diffstat (limited to 'chrome/browser/hang_monitor')
-rw-r--r-- | chrome/browser/hang_monitor/hung_window_detector.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/hang_monitor/hung_window_detector.cc b/chrome/browser/hang_monitor/hung_window_detector.cc index e14ca62..a1c0050 100644 --- a/chrome/browser/hang_monitor/hung_window_detector.cc +++ b/chrome/browser/hang_monitor/hung_window_detector.cc @@ -8,7 +8,7 @@ #include <atlbase.h> #include "base/logging.h" -#include "content/common/result_codes.h" +#include "content/public/common/result_codes.h" // How long do we wait for the terminated thread or process to die (in ms) static const int kTerminateTimeout = 2000; |