| Index: content/browser/ssl/ssl_cert_error_handler.h
|
| diff --git a/content/browser/ssl/ssl_cert_error_handler.h b/content/browser/ssl/ssl_cert_error_handler.h
|
| index 1424651dafe44739b1af9632a9223fae4d84af79..f290a9b4027c609739408789501b377fae3b5780 100644
|
| --- a/content/browser/ssl/ssl_cert_error_handler.h
|
| +++ b/content/browser/ssl/ssl_cert_error_handler.h
|
| @@ -18,7 +18,7 @@
|
| class SSLCertErrorHandler : public SSLErrorHandler {
|
| public:
|
| // Construct on the IO thread.
|
| - SSLCertErrorHandler(base::WeakPtr<Delegate> delegate,
|
| + SSLCertErrorHandler(const base::WeakPtr<Delegate>& delegate,
|
| const content::GlobalRequestID& id,
|
| ResourceType::Type resource_type,
|
| const GURL& url,
|
|
|