diff options
author | mmentovai@google.com <mmentovai@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-13 13:18:34 +0000 |
---|---|---|
committer | mmentovai@google.com <mmentovai@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-13 13:18:34 +0000 |
commit | 0c7323de0602be2db7425c09c9521b559242fcb8 (patch) | |
tree | 5a98c4237bc1d1d2d4b43b1ef517abc2ca5bfe1d /base/debug_util.cc | |
parent | cf5e3338ebb04cadd6ffa1909a61be5527509a7b (diff) | |
download | chromium_src-0c7323de0602be2db7425c09c9521b559242fcb8.zip chromium_src-0c7323de0602be2db7425c09c9521b559242fcb8.tar.gz chromium_src-0c7323de0602be2db7425c09c9521b559242fcb8.tar.bz2 |
Fix the Mac project to build debug_util since r785 added it.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@792 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/debug_util.cc')
-rw-r--r-- | base/debug_util.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/base/debug_util.cc b/base/debug_util.cc index 1679650..58e78c5 100644 --- a/base/debug_util.cc +++ b/base/debug_util.cc @@ -29,8 +29,6 @@ #include "base/debug_util.h" -#include <windows.h> - #include "base/platform_thread.h" bool DebugUtil::WaitForDebugger(int wait_seconds, bool silent) { |