Index: chrome/browser/hang_monitor/hung_window_detector.cc |
=================================================================== |
--- chrome/browser/hang_monitor/hung_window_detector.cc (revision 78506) |
+++ chrome/browser/hang_monitor/hung_window_detector.cc (working copy) |
@@ -8,7 +8,7 @@ |
#include <atlbase.h> |
#include "base/logging.h" |
-#include "chrome/common/result_codes.h" |
+#include "content/common/result_codes.h" |
// How long do we wait for the terminated thread or process to die (in ms) |
static const int kTerminateTimeout = 2000; |