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-06 00:39:23 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-06 00:39:23 +0000
commita5da0aa93ab70006854396439e47c795716664c2 (patch)
tree406ec34ecae757f3e43f813af40a21e8e9aeb9de /chrome/plugin/webplugin_proxy.cc
parentacc9a6def1c4c7d8b54149667e0c476d0c85a8f4 (diff)
downloadchromium_src-a5da0aa93ab70006854396439e47c795716664c2.zip
chromium_src-a5da0aa93ab70006854396439e47c795716664c2.tar.gz
chromium_src-a5da0aa93ab70006854396439e47c795716664c2.tar.bz2
Move chrome_canvas to app/gfx
http://crbug.com/11387 Review URL: http://codereview.chromium.org/113011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15361 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/plugin/webplugin_proxy.cc')
-rw-r--r--chrome/plugin/webplugin_proxy.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/plugin/webplugin_proxy.cc b/chrome/plugin/webplugin_proxy.cc
index 0a3a412..f3b7e86 100644
--- a/chrome/plugin/webplugin_proxy.cc
+++ b/chrome/plugin/webplugin_proxy.cc
@@ -4,12 +4,12 @@
#include "chrome/plugin/webplugin_proxy.h"
+#include "app/gfx/chrome_canvas.h"
#include "base/scoped_handle.h"
#include "base/shared_memory.h"
#include "base/singleton.h"
#include "base/waitable_event.h"
#include "build/build_config.h"
-#include "chrome/common/gfx/chrome_canvas.h"
#include "chrome/common/plugin_messages.h"
#include "chrome/common/url_constants.h"
#include "chrome/plugin/npobject_proxy.h"