summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi/ppb_broker_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/plugins/ppapi/ppb_broker_impl.h')
-rw-r--r--webkit/plugins/ppapi/ppb_broker_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/plugins/ppapi/ppb_broker_impl.h b/webkit/plugins/ppapi/ppb_broker_impl.h
index 9ae920e..c569c1c 100644
--- a/webkit/plugins/ppapi/ppb_broker_impl.h
+++ b/webkit/plugins/ppapi/ppb_broker_impl.h
@@ -32,7 +32,7 @@ class PPB_Broker_Impl : public Resource,
virtual PPB_Broker_Impl* AsPPB_Broker_Impl() OVERRIDE;
// ResourceObjectBase override.
- virtual ::ppapi::thunk::PPB_Broker_API* AsPPB_Broker_API() OVERRIDE;
+ virtual ::ppapi::thunk::PPB_Broker_API* AsBroker_API() OVERRIDE;
// PPB_BrokerTrusted implementation.
virtual int32_t Connect(PP_CompletionCallback connect_callback) OVERRIDE;