summaryrefslogtreecommitdiffstats
path: root/chrome/browser/hang_monitor
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-03 00:41:23 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-03 00:41:23 +0000
commit74d1bb0fa3b80cb16100142da9cf7b18a552cda3 (patch)
treef4c2faba710bd92871421d73a1ac9b9778d63877 /chrome/browser/hang_monitor
parent1b44bb9683e902b84616e42d00f486dc0ca4ed9a (diff)
downloadchromium_src-74d1bb0fa3b80cb16100142da9cf7b18a552cda3.zip
chromium_src-74d1bb0fa3b80cb16100142da9cf7b18a552cda3.tar.gz
chromium_src-74d1bb0fa3b80cb16100142da9cf7b18a552cda3.tar.bz2
Move chrome/apps/result_codes.h to chrome/common/result_codes.h
Review URL: http://codereview.chromium.org/28279 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10761 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/hang_monitor')
-rw-r--r--chrome/browser/hang_monitor/hung_window_detector.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/browser/hang_monitor/hung_window_detector.cc b/chrome/browser/hang_monitor/hung_window_detector.cc
index 129a3c7..947a3f7 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 "chrome/app/result_codes.h"
+#include "chrome/common/result_codes.h"
// How long do we wait for the terminated thread or process to die (in ms)
static const int kTerminateTimeout = 2000;
@@ -173,5 +173,3 @@ BOOL CALLBACK HungWindowDetector::ChildWndEnumProc(HWND child_window,
return detector_instance->CheckChildWindow(child_window);
}
-
-