Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(70)

Unified Diff: net/http/transport_security_state.cc

Issue 1124233005: clang/win: Fix last plugin warnings in component builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: durr Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« net/http/transport_security_state.h ('K') | « net/http/transport_security_state.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/transport_security_state.cc
diff --git a/net/http/transport_security_state.cc b/net/http/transport_security_state.cc
index 7147b48287f19f2bd9d1eaeb13e2beae24a5d340..ee549595e4ce65599a796cbb208f74dbc9cdb0a7 100644
--- a/net/http/transport_security_state.cc
+++ b/net/http/transport_security_state.cc
@@ -967,12 +967,18 @@ bool TransportSecurityState::DomainState::HasPublicKeyPins() const {
TransportSecurityState::DomainState::STSState::STSState() {
}
+TransportSecurityState::DomainState::STSState::STSState(const STSState& rhs) =
+ default;
+
TransportSecurityState::DomainState::STSState::~STSState() {
}
TransportSecurityState::DomainState::PKPState::PKPState() {
}
+TransportSecurityState::DomainState::PKPState::PKPState(const PKPState& rhs) =
+ default;
+
TransportSecurityState::DomainState::PKPState::~PKPState() {
}
« net/http/transport_security_state.h ('K') | « net/http/transport_security_state.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698