diff options
Diffstat (limited to 'content/renderer/webplugin_delegate_proxy.h')
-rw-r--r-- | content/renderer/webplugin_delegate_proxy.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content/renderer/webplugin_delegate_proxy.h b/content/renderer/webplugin_delegate_proxy.h index d89fd40..9d76001 100644 --- a/content/renderer/webplugin_delegate_proxy.h +++ b/content/renderer/webplugin_delegate_proxy.h @@ -12,6 +12,7 @@ #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" #include "base/memory/weak_ptr.h" +#include "base/message_loop_helpers.h" #include "googleurl/src/gurl.h" #include "ipc/ipc_channel.h" #include "ipc/ipc_message.h" @@ -132,7 +133,7 @@ class WebPluginDelegateProxy gfx::PluginWindowHandle GetPluginWindowHandle(); protected: - template<class WebPluginDelegateProxy> friend class DeleteTask; + friend class base::DeleteHelper<WebPluginDelegateProxy>; virtual ~WebPluginDelegateProxy(); private: |