Index: content/browser/gpu/gpu_process_host.h |
diff --git a/content/browser/gpu/gpu_process_host.h b/content/browser/gpu/gpu_process_host.h |
index 37dd64c916c85183bd6b7c9522107cbbdd8ebf33..17adefc088953cf37899020f9c98658d352b8cfa 100644 |
--- a/content/browser/gpu/gpu_process_host.h |
+++ b/content/browser/gpu/gpu_process_host.h |
@@ -23,8 +23,8 @@ |
#include "content/public/browser/gpu_data_manager.h" |
#include "gpu/command_buffer/common/constants.h" |
#include "gpu/config/gpu_info.h" |
-#include "ipc/ipc_channel_proxy.h" |
#include "ipc/ipc_sender.h" |
+#include "ipc/message_filter.h" |
#include "ui/gfx/native_widget_types.h" |
#include "ui/gfx/size.h" |
#include "url/gurl.h" |
@@ -96,7 +96,7 @@ class GpuProcessHost : public BrowserChildProcessHostDelegate, |
virtual bool Send(IPC::Message* msg) OVERRIDE; |
// Adds a message filter to the GpuProcessHost's channel. |
- void AddFilter(IPC::ChannelProxy::MessageFilter* filter); |
+ void AddFilter(IPC::MessageFilter* filter); |
// Tells the GPU process to create a new channel for communication with a |
// client. Once the GPU process responds asynchronously with the IPC handle |