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/renderer/webplugin_delegate_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/renderer/webplugin_delegate_proxy.cc')
-rw-r--r-- | content/renderer/webplugin_delegate_proxy.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/renderer/webplugin_delegate_proxy.cc b/content/renderer/webplugin_delegate_proxy.cc index e26129b..3b7223c 100644 --- a/content/renderer/webplugin_delegate_proxy.cc +++ b/content/renderer/webplugin_delegate_proxy.cc @@ -21,11 +21,11 @@ #include "base/utf_string_conversions.h" #include "base/version.h" #include "content/common/child_process.h" +#include "content/common/npobject_proxy.h" +#include "content/common/npobject_stub.h" +#include "content/common/npobject_util.h" #include "content/common/plugin_messages.h" #include "content/common/view_messages.h" -#include "content/plugin/npobject_proxy.h" -#include "content/plugin/npobject_stub.h" -#include "content/plugin/npobject_util.h" #include "content/renderer/gpu/command_buffer_proxy.h" #include "content/renderer/content_renderer_client.h" #include "content/renderer/plugin_channel_host.h" |