summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi/ppb_transport_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/plugins/ppapi/ppb_transport_impl.h')
-rw-r--r--webkit/plugins/ppapi/ppb_transport_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/plugins/ppapi/ppb_transport_impl.h b/webkit/plugins/ppapi/ppb_transport_impl.h
index 7a98a37..96169c7 100644
--- a/webkit/plugins/ppapi/ppb_transport_impl.h
+++ b/webkit/plugins/ppapi/ppb_transport_impl.h
@@ -18,7 +18,7 @@ namespace ppapi {
class PPB_Transport_Impl : public Resource {
public:
- explicit PPB_Transport_Impl(PluginModule* module);
+ explicit PPB_Transport_Impl(PluginInstance* instance);
virtual ~PPB_Transport_Impl();
static const PPB_Transport_Dev* GetInterface();