summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-25 00:10:11 +0000
committertc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-25 00:10:11 +0000
commit9319906a24ec14da57d74a9c37676da4b2d5ef4f (patch)
tree203c8e4de34e0e718e78c8f1812b126691ae14b4
parentfe8bc697ccc31200cf1f12dc7827d3c287c0fc89 (diff)
downloadchromium_src-9319906a24ec14da57d74a9c37676da4b2d5ef4f.zip
chromium_src-9319906a24ec14da57d74a9c37676da4b2d5ef4f.tar.gz
chromium_src-9319906a24ec14da57d74a9c37676da4b2d5ef4f.tar.bz2
Fix release build by including windows.h which was
removed from a header file. TBR=sky Review URL: http://codereview.chromium.org/28099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10310 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/views/accelerator.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/views/accelerator.cc b/chrome/views/accelerator.cc
index e2a5f18..4a94857 100644
--- a/chrome/views/accelerator.cc
+++ b/chrome/views/accelerator.cc
@@ -4,6 +4,8 @@
#include "chrome/views/accelerator.h"
+#include <windows.h>
+
#include "base/logging.h"
#include "base/string_util.h"
#include "chrome/common/l10n_util.h"