diff options
author | steveblock@chromium.org <steveblock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-20 17:39:17 +0000 |
---|---|---|
committer | steveblock@chromium.org <steveblock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-20 17:39:17 +0000 |
commit | d3fd748b3cb77c39feb7a05bd0b0ee699847de90 (patch) | |
tree | 65fb7744c19be35530a970459732916112d4ad14 /content/plugin/webplugin_proxy.cc | |
parent | 855cb828e518efd40ac97d08107ad58d996698be (diff) | |
download | chromium_src-d3fd748b3cb77c39feb7a05bd0b0ee699847de90.zip chromium_src-d3fd748b3cb77c39feb7a05bd0b0ee699847de90.tar.gz chromium_src-d3fd748b3cb77c39feb7a05bd0b0ee699847de90.tar.bz2 |
Move npobject_proxy, npobject_stub and npobject_util from content/plugin to content/common
Note that these classes still depend on PluginChannel and PluginThread, which
live in content/plugin. This will be fixed in a later change.
BUG=96703
Review URL: http://codereview.chromium.org/7979002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101976 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/plugin/webplugin_proxy.cc')
-rw-r--r-- | content/plugin/webplugin_proxy.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/plugin/webplugin_proxy.cc b/content/plugin/webplugin_proxy.cc index c01bc55..2f7ef5f 100644 --- a/content/plugin/webplugin_proxy.cc +++ b/content/plugin/webplugin_proxy.cc @@ -11,10 +11,10 @@ #include "base/shared_memory.h" #include "build/build_config.h" #include "content/common/content_client.h" +#include "content/common/npobject_proxy.h" +#include "content/common/npobject_util.h" #include "content/common/plugin_messages.h" #include "content/common/url_constants.h" -#include "content/plugin/npobject_proxy.h" -#include "content/plugin/npobject_util.h" #include "content/plugin/plugin_channel.h" #include "content/plugin/plugin_thread.h" #include "skia/ext/platform_canvas.h" |