diff options
Diffstat (limited to 'content/browser/renderer_host/quota_dispatcher_host.h')
-rw-r--r-- | content/browser/renderer_host/quota_dispatcher_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/renderer_host/quota_dispatcher_host.h b/content/browser/renderer_host/quota_dispatcher_host.h index 5a9fd4a..d1fa405 100644 --- a/content/browser/renderer_host/quota_dispatcher_host.h +++ b/content/browser/renderer_host/quota_dispatcher_host.h @@ -23,7 +23,7 @@ class QuotaManager; class QuotaDispatcherHost : public BrowserMessageFilter { public: QuotaDispatcherHost(quota::QuotaManager* quota_manager); - ~QuotaDispatcherHost(); + virtual ~QuotaDispatcherHost(); virtual bool OnMessageReceived(const IPC::Message& message, bool* message_was_ok); |