| Index: webkit/quota/quota_manager.h
|
| ===================================================================
|
| --- webkit/quota/quota_manager.h (revision 85361)
|
| +++ webkit/quota/quota_manager.h (working copy)
|
| @@ -200,8 +200,9 @@
|
| protected:
|
| friend class QuotaManager;
|
| friend class base::RefCountedThreadSafe<QuotaManagerProxy>;
|
| +
|
| QuotaManagerProxy(QuotaManager* manager, base::MessageLoopProxy* io_thread);
|
| - ~QuotaManagerProxy();
|
| + virtual ~QuotaManagerProxy();
|
|
|
| QuotaManager* manager_; // only accessed on the io thread
|
| scoped_refptr<base::MessageLoopProxy> io_thread_;
|
|
|