| Index: content/common/quota_dispatcher.h | 
| diff --git a/content/common/quota_dispatcher.h b/content/common/quota_dispatcher.h | 
| index d283b28c8c2c33d821cfb8a340a0ffc303eacc32..ddc2b79d50d3990a3b66acb4bdbdf70e88e1b871 100644 | 
| --- a/content/common/quota_dispatcher.h | 
| +++ b/content/common/quota_dispatcher.h | 
| @@ -30,7 +30,7 @@ class WebStorageQuotaCallbacks; | 
| class QuotaDispatcher : public IPC::Channel::Listener { | 
| public: | 
| QuotaDispatcher(); | 
| -  ~QuotaDispatcher(); | 
| +  virtual ~QuotaDispatcher(); | 
|  | 
| // IPC::Channel::Listener implementation. | 
| virtual bool OnMessageReceived(const IPC::Message& msg); | 
|  |