Index: content/browser/ssl/ssl_client_auth_handler.h |
diff --git a/content/browser/ssl/ssl_client_auth_handler.h b/content/browser/ssl/ssl_client_auth_handler.h |
index 470da0125d20200001e3e2799172bbac673c7f0f..a5893dc6944509605dbcc66c4b174196665e73b8 100644 |
--- a/content/browser/ssl/ssl_client_auth_handler.h |
+++ b/content/browser/ssl/ssl_client_auth_handler.h |
@@ -8,6 +8,7 @@ |
#include "base/basictypes.h" |
#include "base/memory/ref_counted.h" |
+#include "base/message_loop_helpers.h" |
#include "content/common/content_export.h" |
#include "content/public/browser/browser_thread.h" |
#include "content/public/browser/notification_observer.h" |
@@ -64,7 +65,7 @@ class CONTENT_EXPORT SSLClientAuthHandler |
friend class base::RefCountedThreadSafe< |
SSLClientAuthHandler, content::BrowserThread::DeleteOnIOThread>; |
friend class content::BrowserThread; |
- friend class DeleteTask<SSLClientAuthHandler>; |
+ friend class base::DeleteHelper<SSLClientAuthHandler>; |
// Notifies that the user has selected a cert. |
// Called on the IO thread. |