Index: content/common/font_cache_dispatcher_win.h |
diff --git a/content/common/font_cache_dispatcher_win.h b/content/common/font_cache_dispatcher_win.h |
index dbdcb4f462bbcd5a120324683db7eed70bbb47a0..e5d5ca0799bb52faeb636dbb923206afe1437edf 100644 |
--- a/content/common/font_cache_dispatcher_win.h |
+++ b/content/common/font_cache_dispatcher_win.h |
@@ -28,7 +28,7 @@ class FontCacheDispatcher : public IPC::MessageFilter, public IPC::Sender { |
~FontCacheDispatcher() override; |
// IPC::MessageFilter implementation: |
- void OnFilterAdded(IPC::Sender* sender) override; |
+ void OnFilterAdded(IPC::Channel* channel) override; |
bool OnMessageReceived(const IPC::Message& message) override; |
void OnChannelClosing() override; |