| Index: content/browser/ssl/ssl_error_handler.h
|
| diff --git a/content/browser/ssl/ssl_error_handler.h b/content/browser/ssl/ssl_error_handler.h
|
| index 8fcfeae0129e3bf4a51f2eb9cd556a61562551e5..aa301ae7130ac1b0809672d40d0ba88a08ed849c 100644
|
| --- a/content/browser/ssl/ssl_error_handler.h
|
| +++ b/content/browser/ssl/ssl_error_handler.h
|
| @@ -47,7 +47,7 @@ class SSLErrorHandler : public base::RefCountedThreadSafe<SSLErrorHandler> {
|
| // SSLManager::OnSSLCertificateError() and represents the request.
|
| // Finally, CancelSSLRequest() or ContinueSSLRequest() will be called after
|
| // SSLErrorHandler makes a decision on the SSL error.
|
| - class Delegate {
|
| + class CONTENT_EXPORT Delegate {
|
| public:
|
| // Called when SSLErrorHandler decides to cancel the request because of
|
| // the SSL error.
|
|
|