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/plugin_thread.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/plugin_thread.cc')
-rw-r--r-- | content/plugin/plugin_thread.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/plugin/plugin_thread.cc b/content/plugin/plugin_thread.cc index af66f09..67c7cff 100644 --- a/content/plugin/plugin_thread.cc +++ b/content/plugin/plugin_thread.cc @@ -21,9 +21,9 @@ #include "base/threading/thread_local.h" #include "content/common/child_process.h" #include "content/common/content_switches.h" +#include "content/common/npobject_util.h" #include "content/common/plugin_messages.h" #include "content/plugin/content_plugin_client.h" -#include "content/plugin/npobject_util.h" #include "ipc/ipc_channel_handle.h" #include "webkit/glue/webkit_glue.h" #include "webkit/plugins/npapi/plugin_lib.h" |