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..ac72c65221b1204e94f2186f866b946ffcb6936e 100644 |
--- a/content/browser/gpu/gpu_process_host.h |
+++ b/content/browser/gpu/gpu_process_host.h |
@@ -23,7 +23,7 @@ |
#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_message_filter.h" |
#include "ipc/ipc_sender.h" |
#include "ui/gfx/native_widget_types.h" |
#include "ui/gfx/size.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 |