| Index: webkit/quota/quota_manager.h
|
| diff --git a/webkit/quota/quota_manager.h b/webkit/quota/quota_manager.h
|
| index eaa47576a2ee8f70a28bb08c2a7a1ff6b5cf2a85..bcf55c29c9ebb67cceb3797a388795530c436fc9 100644
|
| --- a/webkit/quota/quota_manager.h
|
| +++ b/webkit/quota/quota_manager.h
|
| @@ -64,8 +64,6 @@ class QuotaEvictionHandler {
|
| const QuotaAndUsage& quota_and_usage)>
|
| GetUsageAndQuotaForEvictionCallback;
|
|
|
| - virtual ~QuotaEvictionHandler() {}
|
| -
|
| // Returns the least recently used origin. It might return empty
|
| // GURL when there are no evictable origins.
|
| virtual void GetLRUOrigin(
|
| @@ -79,6 +77,9 @@ class QuotaEvictionHandler {
|
|
|
| virtual void GetUsageAndQuotaForEviction(
|
| const GetUsageAndQuotaForEvictionCallback& callback) = 0;
|
| +
|
| + protected:
|
| + virtual ~QuotaEvictionHandler() {}
|
| };
|
|
|
| struct UsageInfo {
|
|
|