// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "services/network/public/cpp/digitally_signed_mojom_traits.h" #include <vector> namespace mojo { // static bool StructTraits<network::mojom::DigitallySignedDataView, net::ct::DigitallySigned>:: Read(network::mojom::DigitallySignedDataView data, net::ct::DigitallySigned* out) { … } } // namespace mojo