chromium/services/network/public/cpp/reporting_api_endpoint_mojom_traits.cc

// Copyright 2021 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/reporting_api_endpoint_mojom_traits.h"

namespace mojo {

// static
bool StructTraits<network::mojom::ReportingApiEndpointDataView,
                  net::ReportingEndpoint>::
    Read(network::mojom::ReportingApiEndpointDataView data,
         net::ReportingEndpoint* out) {}

}  // namespace mojo