diff options
Diffstat (limited to 'ppapi/proxy/host_dispatcher.h')
-rw-r--r-- | ppapi/proxy/host_dispatcher.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ppapi/proxy/host_dispatcher.h b/ppapi/proxy/host_dispatcher.h index 9547c46..29d3c25 100644 --- a/ppapi/proxy/host_dispatcher.h +++ b/ppapi/proxy/host_dispatcher.h @@ -46,9 +46,9 @@ class HostDispatcher : public Dispatcher { // You must call this function before anything else. Returns true on success. // The delegate pointer must outlive this class, ownership is not // transferred. - virtual bool InitHostWithChannel(ProxyChannel::Delegate* delegate, - const IPC::ChannelHandle& channel_handle, - bool is_client); + virtual bool InitHostWithChannel(Delegate* delegate, + const IPC::ChannelHandle& channel_handle, + bool is_client); // The host side maintains a mapping from PP_Instance to Dispatcher so // that we can send the messages to the right channel. |