| 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 a53717132452f61616c014a878ad6c048a305a86..a26924ad9bc37164296f42af7be54bba8e8f53de 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);
|
|
|