Index: chrome/browser/net/chrome_fraudulent_certificate_reporter.cc |
diff --git a/chrome/browser/net/chrome_fraudulent_certificate_reporter.cc b/chrome/browser/net/chrome_fraudulent_certificate_reporter.cc |
index 2759a97b5374a749a779230681050c507d0b2eab..7dc4c7a216969b370a3f4d49804dfb77cc2428fa 100644 |
--- a/chrome/browser/net/chrome_fraudulent_certificate_reporter.cc |
+++ b/chrome/browser/net/chrome_fraudulent_certificate_reporter.cc |
@@ -29,8 +29,8 @@ ChromeFraudulentCertificateReporter::ChromeFraudulentCertificateReporter( |
} |
ChromeFraudulentCertificateReporter::ChromeFraudulentCertificateReporter( |
- scoped_ptr<CertificateErrorReporter> certificate_reporter) |
- : certificate_reporter_(certificate_reporter.Pass()) { |
+ scoped_refptr<CertificateErrorReporter> certificate_reporter) |
+ : certificate_reporter_(certificate_reporter) { |
} |
ChromeFraudulentCertificateReporter::~ChromeFraudulentCertificateReporter() { |