chromium/third_party/blink/renderer/platform/network/http_request_headers_mojom_traits.cc

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include <memory>
#include <utility>

#include "mojo/public/cpp/base/byte_string_mojom_traits.h"
#include "third_party/blink/renderer/platform/network/http_request_headers_mojom_traits.h"

namespace mojo {

// static
WTF::Vector<network::mojom::blink::HttpRequestHeaderKeyValuePairPtr>
StructTraits<network::mojom::HttpRequestHeadersDataView,
             blink::HTTPHeaderMap>::headers(const blink::HTTPHeaderMap& map) {}

// static
bool StructTraits<
    network::mojom::HttpRequestHeadersDataView,
    blink::HTTPHeaderMap>::Read(network::mojom::HttpRequestHeadersDataView data,
                                blink::HTTPHeaderMap* out) {}

}  // namespace mojo