summaryrefslogtreecommitdiffstats
path: root/storage/browser/quota/quota_temporary_storage_evictor.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/browser/quota/quota_temporary_storage_evictor.h')
-rw-r--r--storage/browser/quota/quota_temporary_storage_evictor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/browser/quota/quota_temporary_storage_evictor.h b/storage/browser/quota/quota_temporary_storage_evictor.h
index a32b6c8..9b896e9 100644
--- a/storage/browser/quota/quota_temporary_storage_evictor.h
+++ b/storage/browser/quota/quota_temporary_storage_evictor.h
@@ -122,8 +122,8 @@ class STORAGE_EXPORT_PRIVATE QuotaTemporaryStorageEvictor
int64 interval_ms_;
bool repeated_eviction_;
- base::OneShotTimer<QuotaTemporaryStorageEvictor> eviction_timer_;
- base::RepeatingTimer<QuotaTemporaryStorageEvictor> histogram_timer_;
+ base::OneShotTimer eviction_timer_;
+ base::RepeatingTimer histogram_timer_;
base::WeakPtrFactory<QuotaTemporaryStorageEvictor> weak_factory_;
DISALLOW_COPY_AND_ASSIGN(QuotaTemporaryStorageEvictor);