| Index: content/common/child_process_host_impl.cc
|
| diff --git a/content/common/child_process_host_impl.cc b/content/common/child_process_host_impl.cc
|
| index efdd925a62567da623952532d749a643eee0d50c..10e13a15b24dab5b688516d04da23d3fd5b8a8fd 100644
|
| --- a/content/common/child_process_host_impl.cc
|
| +++ b/content/common/child_process_host_impl.cc
|
| @@ -23,6 +23,7 @@
|
| #include "content/public/common/content_switches.h"
|
| #include "ipc/ipc_channel.h"
|
| #include "ipc/ipc_logging.h"
|
| +#include "ipc/ipc_message_filter.h"
|
|
|
| #if defined(OS_LINUX)
|
| #include "base/linux_util.h"
|
| @@ -150,7 +151,7 @@ ChildProcessHostImpl::~ChildProcessHostImpl() {
|
| base::CloseProcessHandle(peer_handle_);
|
| }
|
|
|
| -void ChildProcessHostImpl::AddFilter(IPC::ChannelProxy::MessageFilter* filter) {
|
| +void ChildProcessHostImpl::AddFilter(IPC::MessageFilter* filter) {
|
| filters_.push_back(filter);
|
|
|
| if (channel_)
|
|
|