// Copyright 2024 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/enterprise/client_certificates/core/private_key_types.h" namespace client_certificates { std::optional<PrivateKeySource> ToPrivateKeySource( client_certificates_pb::PrivateKey::PrivateKeySource proto_key_source) { … } client_certificates_pb::PrivateKey::PrivateKeySource ToProtoKeySource( PrivateKeySource private_key_source) { … } } // namespace client_certificates