summaryrefslogtreecommitdiffstats
path: root/chrome/plugin/webplugin_proxy.cc
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-08 23:12:25 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-08 23:12:25 +0000
commit4a0765a6e06b2e188c68999a52b3fea976e72c40 (patch)
tree4d5f07ef3228e084d415aee83047b2f243493d7e /chrome/plugin/webplugin_proxy.cc
parent11592b698eb4de8e9874e746f796fe6cd8a56bf6 (diff)
downloadchromium_src-4a0765a6e06b2e188c68999a52b3fea976e72c40.zip
chromium_src-4a0765a6e06b2e188c68999a52b3fea976e72c40.tar.gz
chromium_src-4a0765a6e06b2e188c68999a52b3fea976e72c40.tar.bz2
Move win_util.h from common to app.
http://crbug.com/11387 Review URL: http://codereview.chromium.org/113169 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15694 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/plugin/webplugin_proxy.cc')
-rw-r--r--chrome/plugin/webplugin_proxy.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/plugin/webplugin_proxy.cc b/chrome/plugin/webplugin_proxy.cc
index f3b7e86..38f3af6 100644
--- a/chrome/plugin/webplugin_proxy.cc
+++ b/chrome/plugin/webplugin_proxy.cc
@@ -5,6 +5,9 @@
#include "chrome/plugin/webplugin_proxy.h"
#include "app/gfx/chrome_canvas.h"
+#if defined(OS_WIN)
+#include "app/win_util.h"
+#endif
#include "base/scoped_handle.h"
#include "base/shared_memory.h"
#include "base/singleton.h"
@@ -22,7 +25,6 @@
#if defined(OS_WIN)
#include "base/gfx/gdi_util.h"
-#include "chrome/common/win_util.h"
#endif
typedef std::map<CPBrowsingContext, WebPluginProxy*> ContextMap;