Index: content/renderer/pepper/host_dispatcher_wrapper.h |
diff --git a/content/renderer/pepper/host_dispatcher_wrapper.h b/content/renderer/pepper/host_dispatcher_wrapper.h |
index c3b58fb87de679d758974d8539c03950d7e217f7..e5349178ed2abd35fde3f677527926e54e1b83b3 100644 |
--- a/content/renderer/pepper/host_dispatcher_wrapper.h |
+++ b/content/renderer/pepper/host_dispatcher_wrapper.h |
@@ -34,7 +34,7 @@ |
bool Init(const IPC::ChannelHandle& channel_handle, |
PP_GetInterface_Func local_get_interface, |
const ppapi::Preferences& preferences, |
- scoped_refptr<PepperHungPluginFilter> filter); |
+ PepperHungPluginFilter* filter); |
// Implements GetInterface for the proxied plugin. |
const void* GetProxiedInterface(const char* name); |