| Index: net/http/transport_security_state.h
|
| diff --git a/net/http/transport_security_state.h b/net/http/transport_security_state.h
|
| index ccbc53a087dce599fef077399374ca21efe2506f..97b4d7c1fc8f82eb69a0628731a582750c95849c 100644
|
| --- a/net/http/transport_security_state.h
|
| +++ b/net/http/transport_security_state.h
|
| @@ -35,7 +35,7 @@ class SSLInfo;
|
| class NET_EXPORT TransportSecurityState
|
| : NON_EXPORTED_BASE(public base::NonThreadSafe) {
|
| public:
|
| - class Delegate {
|
| + class NET_EXPORT Delegate {
|
| public:
|
| // This function may not block and may be called with internal locks held.
|
| // Thus it must not reenter the TransportSecurityState object.
|
|
|