summaryrefslogtreecommitdiffstats
path: root/content/browser/ssl/ssl_cert_error_handler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/ssl/ssl_cert_error_handler.cc')
-rw-r--r--content/browser/ssl/ssl_cert_error_handler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/ssl/ssl_cert_error_handler.cc b/content/browser/ssl/ssl_cert_error_handler.cc
index 9acd5df..ff6418a 100644
--- a/content/browser/ssl/ssl_cert_error_handler.cc
+++ b/content/browser/ssl/ssl_cert_error_handler.cc
@@ -13,7 +13,7 @@
using content::ResourceDispatcherHostImpl;
SSLCertErrorHandler::SSLCertErrorHandler(
- Delegate* delegate,
+ base::WeakPtr<Delegate> delegate,
const content::GlobalRequestID& id,
ResourceType::Type resource_type,
const GURL& url,