// 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/services/storage/privileged/mojom/bucket_client_info_mojom_traits.h" #include "third_party/blink/public/common/tokens/tokens_mojom_traits.h" namespace mojo { // static bool StructTraits<storage::mojom::BucketClientInfoDataView, storage::BucketClientInfo>:: Read(storage::mojom::BucketClientInfoDataView data, storage::BucketClientInfo* out) { … } } // namespace mojo