| Index: net/http/transport_security_state.h
|
| diff --git a/net/http/transport_security_state.h b/net/http/transport_security_state.h
|
| index 14fe0d7084ef168005f73fe1c2791197f273799c..3d2292666a1c7419a0224543ec482517e2ecd7c1 100644
|
| --- a/net/http/transport_security_state.h
|
| +++ b/net/http/transport_security_state.h
|
| @@ -66,7 +66,7 @@ class NET_EXPORT TransportSecurityState
|
| DomainState();
|
| ~DomainState();
|
|
|
| - struct STSState {
|
| + struct NET_EXPORT STSState {
|
| STSState();
|
| ~STSState();
|
|
|
| @@ -88,7 +88,7 @@ class NET_EXPORT TransportSecurityState
|
| std::string domain;
|
| };
|
|
|
| - struct PKPState {
|
| + struct NET_EXPORT PKPState {
|
| PKPState();
|
| ~PKPState();
|
|
|
|
|