// Copyright 2017 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "net/ssl/client_cert_identity.h" #include <memory> #include "crypto/rsa_private_key.h" #include "net/cert/x509_util.h" #include "net/ssl/client_cert_identity_test_util.h" #include "net/ssl/ssl_private_key.h" #include "testing/gtest/include/gtest/gtest.h" namespace net { TEST(ClientCertIdentitySorter, SortClientCertificates) { … } } // namespace net