Index: content/browser/renderer_host/resource_handler.h |
diff --git a/content/browser/renderer_host/resource_handler.h b/content/browser/renderer_host/resource_handler.h |
index d086aef8eee3ddbbb2cc042cb51a6f46bebe01b3..9d8bddaea69ae06617ca7bb92b6447b62e3dfe3a 100644 |
--- a/content/browser/renderer_host/resource_handler.h |
+++ b/content/browser/renderer_host/resource_handler.h |
@@ -15,6 +15,7 @@ |
#include <string> |
+#include "base/message_loop_helpers.h" |
#include "content/public/browser/browser_thread.h" |
class GURL; |
@@ -91,7 +92,7 @@ class ResourceHandler |
protected: |
friend class content::BrowserThread; |
- friend class DeleteTask<ResourceHandler>; |
+ friend class base::DeleteHelper<ResourceHandler>; |
virtual ~ResourceHandler() {} |
}; |