| Index: content/browser/renderer_host/quota_dispatcher_host.h
|
| diff --git a/content/browser/renderer_host/quota_dispatcher_host.h b/content/browser/renderer_host/quota_dispatcher_host.h
|
| index 5a9fd4a37e8dad85b4eac3e9a9ef63b2651ae633..d1fa4050cf15d86ea923e1cd735267d884726026 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);
|
|
|
|
|