diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-11 21:40:40 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-11 21:40:40 +0000 |
commit | 4d395d09e1d9bc18d86e1668f6a47830dd6c16a0 (patch) | |
tree | 0aa64c12e4a1798ce22f817ce491436ced8343b9 /chrome/renderer/webplugin_delegate_proxy.h | |
parent | 489eb991b240069e8f29488ef58a3ccf3fa55d4f (diff) | |
download | chromium_src-4d395d09e1d9bc18d86e1668f6a47830dd6c16a0.zip chromium_src-4d395d09e1d9bc18d86e1668f6a47830dd6c16a0.tar.gz chromium_src-4d395d09e1d9bc18d86e1668f6a47830dd6c16a0.tar.bz2 |
Reverting 9594.
Review URL: http://codereview.chromium.org/20276
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9599 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/renderer/webplugin_delegate_proxy.h')
-rw-r--r-- | chrome/renderer/webplugin_delegate_proxy.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/renderer/webplugin_delegate_proxy.h b/chrome/renderer/webplugin_delegate_proxy.h index 3b7c978..20ef94f 100644 --- a/chrome/renderer/webplugin_delegate_proxy.h +++ b/chrome/renderer/webplugin_delegate_proxy.h @@ -5,19 +5,21 @@ #ifndef CHROME_RENDERER_WEBPLUGIN_DELEGATE_PROXY_H__ #define CHROME_RENDERER_WEBPLUGIN_DELEGATE_PROXY_H__ +#include <set> #include <string> #include "base/gfx/rect.h" #include "base/gfx/native_widget_types.h" #include "base/ref_counted.h" +#include "base/scoped_handle.h" #include "chrome/common/ipc_message.h" +#include "chrome/plugin/npobject_stub.h" #include "chrome/renderer/plugin_channel_host.h" #include "webkit/glue/webplugin.h" #include "webkit/glue/webplugin_delegate.h" class GURL; struct PluginHostMsg_URLRequest_Params; -class NPObjectStub; class RenderView; class SkBitmap; |