| Index: content/common/font_cache_dispatcher_win.cc
|
| diff --git a/content/common/font_cache_dispatcher_win.cc b/content/common/font_cache_dispatcher_win.cc
|
| index d0d053e73402f234a5f696d560f6a9db94fd6da2..09da8f76cdb278ea5bd3e132166399bfa2baa1ea 100644
|
| --- a/content/common/font_cache_dispatcher_win.cc
|
| +++ b/content/common/font_cache_dispatcher_win.cc
|
| @@ -151,8 +151,8 @@ bool FontCacheDispatcher::Send(IPC::Message* message) {
|
| FontCacheDispatcher::~FontCacheDispatcher() {
|
| }
|
|
|
| -void FontCacheDispatcher::OnFilterAdded(IPC::Sender* sender) {
|
| - sender_ = sender;
|
| +void FontCacheDispatcher::OnFilterAdded(IPC::Channel* channel) {
|
| + sender_ = channel;
|
| }
|
|
|
| bool FontCacheDispatcher::OnMessageReceived(const IPC::Message& message) {
|
|
|