| 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..6d6060e30cb3c9e2a443a0c4458ba0859f42c8f4 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/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_)
|
|
|