summaryrefslogtreecommitdiffstats
path: root/webkit/quota/quota_temporary_storage_evictor.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/quota/quota_temporary_storage_evictor.h')
-rw-r--r--webkit/quota/quota_temporary_storage_evictor.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/webkit/quota/quota_temporary_storage_evictor.h b/webkit/quota/quota_temporary_storage_evictor.h
index a537171..a26924a 100644
--- a/webkit/quota/quota_temporary_storage_evictor.h
+++ b/webkit/quota/quota_temporary_storage_evictor.h
@@ -9,7 +9,6 @@
#include <map>
#include <string>
-#include "base/memory/scoped_callback_factory.h"
#include "base/memory/weak_ptr.h"
#include "base/threading/non_thread_safe.h"
#include "base/timer.h"
@@ -132,8 +131,6 @@ class QuotaTemporaryStorageEvictor : public base::NonThreadSafe {
base::OneShotTimer<QuotaTemporaryStorageEvictor> eviction_timer_;
base::RepeatingTimer<QuotaTemporaryStorageEvictor> histogram_timer_;
-
- base::ScopedCallbackFactory<QuotaTemporaryStorageEvictor> callback_factory_;
base::WeakPtrFactory<QuotaTemporaryStorageEvictor> weak_factory_;
DISALLOW_COPY_AND_ASSIGN(QuotaTemporaryStorageEvictor);