| 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 06750b9ced2749b4f8bdd91ea87ee84b89b1dcbd..485975a707f9b04f626ad45022db1dc991dc00f0 100644
|
| --- a/content/common/font_cache_dispatcher_win.h
|
| +++ b/content/common/font_cache_dispatcher_win.h
|
| @@ -16,12 +16,12 @@
|
| // Windows can't load fonts into its kernel cache in sandboxed processes. So the
|
| // sandboxed process asks the browser process to do this for it.
|
| class FontCacheDispatcher : public IPC::ChannelProxy::MessageFilter,
|
| - public IPC::Message::Sender {
|
| + public IPC::Sender {
|
| public:
|
| FontCacheDispatcher();
|
| virtual ~FontCacheDispatcher();
|
|
|
| - // IPC::Message::Sender implementation:
|
| + // IPC::Sender implementation:
|
| virtual bool Send(IPC::Message* message) OVERRIDE;
|
|
|
| private:
|
|
|