summaryrefslogtreecommitdiffstats
path: root/content/common/font_cache_dispatcher_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/common/font_cache_dispatcher_win.h')
-rw-r--r--content/common/font_cache_dispatcher_win.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/common/font_cache_dispatcher_win.h b/content/common/font_cache_dispatcher_win.h
index 3d3d370..3c0faf8 100644
--- a/content/common/font_cache_dispatcher_win.h
+++ b/content/common/font_cache_dispatcher_win.h
@@ -20,12 +20,13 @@ namespace content {
class FontCacheDispatcher : public IPC::MessageFilter, public IPC::Sender {
public:
FontCacheDispatcher();
- ~FontCacheDispatcher() override;
// IPC::Sender implementation:
bool Send(IPC::Message* message) override;
private:
+ ~FontCacheDispatcher() override;
+
// IPC::MessageFilter implementation:
void OnFilterAdded(IPC::Sender* sender) override;
bool OnMessageReceived(const IPC::Message& message) override;