summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-17 20:20:30 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-17 20:20:30 +0000
commitbc944fdc5ab01d50868589d3df1a1250b4702af8 (patch)
tree8b1bdfcb850c120db7974071638941b0b42abbe1 /chrome
parent35d33c6a5ad2a1675e19746704fe97d06e27c231 (diff)
downloadchromium_src-bc944fdc5ab01d50868589d3df1a1250b4702af8.zip
chromium_src-bc944fdc5ab01d50868589d3df1a1250b4702af8.tar.gz
chromium_src-bc944fdc5ab01d50868589d3df1a1250b4702af8.tar.bz2
fix release bustage :-(
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3555 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/views/view.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/views/view.h b/chrome/views/view.h
index 3df1c72..ff378b7 100644
--- a/chrome/views/view.h
+++ b/chrome/views/view.h
@@ -5,8 +5,11 @@
#ifndef CHROME_VIEWS_VIEW_H_
#define CHROME_VIEWS_VIEW_H_
+#include <atlbase.h>
+#include <atlapp.h>
+#include <atlmisc.h>
+
#include <map>
-#include <oleacc.h>
#include <vector>
#include "base/gfx/rect.h"