| Index: ppapi/proxy/plugin_message_filter.cc
|
| diff --git a/ppapi/proxy/plugin_message_filter.cc b/ppapi/proxy/plugin_message_filter.cc
|
| index a2994c52885c6fe0f16361760ea194f545214bd4..5617185c712e3aa1ea84be41a1ec213ef059febd 100644
|
| --- a/ppapi/proxy/plugin_message_filter.cc
|
| +++ b/ppapi/proxy/plugin_message_filter.cc
|
| @@ -31,8 +31,8 @@ PluginMessageFilter::PluginMessageFilter(
|
| PluginMessageFilter::~PluginMessageFilter() {
|
| }
|
|
|
| -void PluginMessageFilter::OnFilterAdded(IPC::Sender* sender) {
|
| - sender_ = sender;
|
| +void PluginMessageFilter::OnFilterAdded(IPC::Channel* channel) {
|
| + sender_ = channel;
|
| }
|
|
|
| void PluginMessageFilter::OnFilterRemoved() {
|
|
|