Index: webkit/quota/quota_temporary_storage_evictor.h |
diff --git a/webkit/quota/quota_temporary_storage_evictor.h b/webkit/quota/quota_temporary_storage_evictor.h |
index 2205f66385a55ac327c718c8c0d57261c05794ba..d526a700d0b699bd830791df9f25956db6a5ca9a 100644 |
--- a/webkit/quota/quota_temporary_storage_evictor.h |
+++ b/webkit/quota/quota_temporary_storage_evictor.h |
@@ -46,15 +46,7 @@ class QuotaTemporaryStorageEvictor : public base::NonThreadSafe { |
}; |
struct EvictionRoundStatistics { |
- EvictionRoundStatistics() |
- : in_round(false), |
- is_initialized(false), |
- usage_overage_at_round(-1), |
- diskspace_shortage_at_round(-1), |
- usage_on_beginning_of_round(-1), |
- usage_on_end_of_round(-1), |
- num_evicted_origins_in_round(0) { |
- } |
+ EvictionRoundStatistics(); |
bool in_round; |
bool is_initialized; |