// 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 "third_party/blink/public/common/navigation/prefetched_signed_exchange_info_mojom_traits.h" #include "base/notreached.h" namespace mojo { bool StructTraits<blink::mojom::SHA256HashValueDataView, net::SHA256HashValue>:: Read(blink::mojom::SHA256HashValueDataView input, net::SHA256HashValue* out) { … } } // namespace mojo