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

Unified Diff: content/browser/chrome_blob_storage_context.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: content/browser/chrome_blob_storage_context.h
diff --git a/content/browser/chrome_blob_storage_context.h b/content/browser/chrome_blob_storage_context.h
index cc57ca8ac537b727f9854ddb47c9846019269f43..e83271c9a53aab670cf0349fb11f9cfc5ade02e4 100644
--- a/content/browser/chrome_blob_storage_context.h
+++ b/content/browser/chrome_blob_storage_context.h
@@ -8,6 +8,7 @@
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
+#include "base/message_loop_helpers.h"
#include "content/common/content_export.h"
#include "content/public/browser/browser_thread.h"
@@ -38,7 +39,7 @@ class CONTENT_EXPORT ChromeBlobStorageContext
friend class base::RefCountedThreadSafe<
ChromeBlobStorageContext, content::BrowserThread::DeleteOnIOThread>;
friend class content::BrowserThread;
- friend class DeleteTask<ChromeBlobStorageContext>;
+ friend class base::DeleteHelper<ChromeBlobStorageContext>;
virtual ~ChromeBlobStorageContext();
« no previous file with comments | « content/browser/appcache/chrome_appcache_service.h ('k') | content/browser/download/download_manager_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698