// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "path_builder.h" #include "cert_issuer_source_static.h" #include "simple_path_builder_delegate.h" #include "trust_store_in_memory.h" #include "verify_certificate_chain_typed_unittest.h" BSSL_NAMESPACE_BEGIN namespace { class PathBuilderTestDelegate { … }; } // namespace INSTANTIATE_TYPED_TEST_SUITE_P(…); BSSL_NAMESPACE_END