diff options
author | tzik@chromium.org <tzik@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-18 14:11:03 +0000 |
---|---|---|
committer | tzik@chromium.org <tzik@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-18 14:11:03 +0000 |
commit | 4d99be5a3d20c3a3654f282328065f9ff54d6f39 (patch) | |
tree | b355c0c05f4879373ab23998dfb49253ff6f9e9e /webkit/quota/quota_temporary_storage_evictor.h | |
parent | 58ae297434a9e33d1006c52b6d13d8a78e3b7e5e (diff) | |
download | chromium_src-4d99be5a3d20c3a3654f282328065f9ff54d6f39.zip chromium_src-4d99be5a3d20c3a3654f282328065f9ff54d6f39.tar.gz chromium_src-4d99be5a3d20c3a3654f282328065f9ff54d6f39.tar.bz2 |
Use base::Callback in Quota related code.
BUG=None
TEST='Compilation should finished successfull and all quota related tests should be passed.'
Review URL: http://codereview.chromium.org/8070001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106060 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/quota/quota_temporary_storage_evictor.h')
-rw-r--r-- | webkit/quota/quota_temporary_storage_evictor.h | 3 |
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); |