diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-06 00:39:23 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-06 00:39:23 +0000 |
commit | a5da0aa93ab70006854396439e47c795716664c2 (patch) | |
tree | 406ec34ecae757f3e43f813af40a21e8e9aeb9de /chrome/plugin/webplugin_proxy.cc | |
parent | acc9a6def1c4c7d8b54149667e0c476d0c85a8f4 (diff) | |
download | chromium_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.cc | 2 |
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" |