Index: chrome/browser/browsing_data_quota_helper.h |
=================================================================== |
--- chrome/browser/browsing_data_quota_helper.h (revision 115998) |
+++ chrome/browser/browsing_data_quota_helper.h (working copy) |
@@ -11,7 +11,6 @@ |
#include "base/callback.h" |
#include "base/memory/ref_counted.h" |
-#include "base/message_loop_helpers.h" |
#include "base/message_loop_proxy.h" |
#include "base/time.h" |
#include "content/public/browser/browser_thread.h" |
@@ -74,7 +73,7 @@ |
virtual ~BrowsingDataQuotaHelper(); |
private: |
- friend class base::DeleteHelper<BrowsingDataQuotaHelper>; |
+ friend class DeleteTask<const BrowsingDataQuotaHelper>; |
friend struct BrowsingDataQuotaHelperDeleter; |
scoped_refptr<base::MessageLoopProxy> io_thread_; |