Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3070)

Unified Diff: chrome/browser/safe_browsing/malware_details_history.h

Issue 9015021: Remove DeleteTask and convert remaining users. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix last Linux gotchas (upload attempt #2) Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/safe_browsing/malware_details_history.h
diff --git a/chrome/browser/safe_browsing/malware_details_history.h b/chrome/browser/safe_browsing/malware_details_history.h
index c7e4a6be38c44712ed3527ae853acf208bf66408..b956aedaf764aa430bffa9528864b9d2142aae81 100644
--- a/chrome/browser/safe_browsing/malware_details_history.h
+++ b/chrome/browser/safe_browsing/malware_details_history.h
@@ -15,6 +15,7 @@
#include "base/hash_tables.h"
#include "base/memory/linked_ptr.h"
#include "base/memory/ref_counted.h"
+#include "base/message_loop_helpers.h"
#include "chrome/browser/history/history.h"
#include "content/public/browser/browser_thread.h"
#include "content/public/browser/notification_observer.h"
@@ -49,7 +50,7 @@ class MalwareDetailsRedirectsCollector
private:
friend struct content::BrowserThread::DeleteOnThread<
content::BrowserThread::UI>;
- friend class DeleteTask<MalwareDetailsRedirectsCollector>;
+ friend class base::DeleteHelper<MalwareDetailsRedirectsCollector>;
Profile* profile_;
CancelableRequestConsumer request_consumer_;
« no previous file with comments | « chrome/browser/safe_browsing/download_protection_service.cc ('k') | chrome/browser/safe_browsing/safe_browsing_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698