diff options
Diffstat (limited to 'content/browser/ssl/ssl_cert_error_handler.h')
-rw-r--r-- | content/browser/ssl/ssl_cert_error_handler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/ssl/ssl_cert_error_handler.h b/content/browser/ssl/ssl_cert_error_handler.h index 6946f42..4e14690 100644 --- a/content/browser/ssl/ssl_cert_error_handler.h +++ b/content/browser/ssl/ssl_cert_error_handler.h @@ -21,7 +21,7 @@ class SSLCertErrorHandler : public SSLErrorHandler { // Construct on the IO thread. SSLCertErrorHandler(const base::WeakPtr<Delegate>& delegate, const GlobalRequestID& id, - ResourceType::Type resource_type, + ResourceType resource_type, const GURL& url, int render_process_id, int render_frame_id, |