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..6d5f995bdccfce34f1761b12a0da2bc0971517b4 100644 |
--- a/net/http/transport_security_state.h |
+++ b/net/http/transport_security_state.h |
@@ -68,6 +68,7 @@ class NET_EXPORT TransportSecurityState |
struct STSState { |
STSState(); |
+ STSState(const STSState& rhs); |
davidben
2015/05/12 19:10:30
Probably worth a comment for why this silliness is
|
~STSState(); |
// The absolute time (UTC) when the |upgrade_mode| (and other state) was |
@@ -90,6 +91,7 @@ class NET_EXPORT TransportSecurityState |
struct PKPState { |
PKPState(); |
+ PKPState(const PKPState& rhs); |
~PKPState(); |
// The absolute time (UTC) when the |spki_hashes| (and other state) were |