diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-14 17:49:12 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-14 17:49:12 +0000 |
commit | c6d084f93a200b1f27ae6e6e1a60bc339c29b24e (patch) | |
tree | b9161fbc2809904c00ddc8e27789c9f9e2159fff /chrome/browser | |
parent | d195f60a9b147fc2593167b639976d0e1012dab6 (diff) | |
download | chromium_src-c6d084f93a200b1f27ae6e6e1a60bc339c29b24e.zip chromium_src-c6d084f93a200b1f27ae6e6e1a60bc339c29b24e.tar.gz chromium_src-c6d084f93a200b1f27ae6e6e1a60bc339c29b24e.tar.bz2 |
Build fix: altbase.h inclusion in hang_monitor
r8020 tickled an issue by removing altbase.h from a header file where it
shouldn't have been needed.
Review URL: http://codereview.chromium.org/18228
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8022 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser')
-rw-r--r-- | chrome/browser/hang_monitor/hung_window_detector.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/hang_monitor/hung_window_detector.cc b/chrome/browser/hang_monitor/hung_window_detector.cc index cd93c69..129a3c7 100644 --- a/chrome/browser/hang_monitor/hung_window_detector.cc +++ b/chrome/browser/hang_monitor/hung_window_detector.cc @@ -5,6 +5,7 @@ #include "chrome/browser/hang_monitor/hung_window_detector.h" #include <windows.h> +#include <atlbase.h> #include "base/logging.h" #include "chrome/app/result_codes.h" |