#ifdef UNSAFE_BUFFERS_BUILD
#pragma allow_unsafe_buffers
#endif
#include "net/http/transport_security_state_test_util.h"
#include <iterator>
#include <string_view>
#include "base/stl_util.h"
#include "base/strings/string_number_conversions.h"
#include "net/http/transport_security_state.h"
#include "url/gurl.h"
namespace net {
namespace test_default {
#include "net/http/transport_security_state_static_unittest_default.h"
}
ScopedTransportSecurityStateSource::ScopedTransportSecurityStateSource() { … }
ScopedTransportSecurityStateSource::ScopedTransportSecurityStateSource(
uint16_t reporting_port) { … }
ScopedTransportSecurityStateSource::~ScopedTransportSecurityStateSource() { … }
}