| 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 6946f42921f36ae7d302cb432cc5b7da06006f55..4e146906da0afeed09017f27eaaeea452a090091 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,
|
|
|