[go: nahoru, domu]

blob: 4b1f32e9161bf1074a1c0426ef3bb0b8e82827d9 [file] [log] [blame]
// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "content/browser/private_aggregation/private_aggregation_internals_mojom_traits.h"
namespace mojo {
// static
bool StructTraits<
private_aggregation_internals::mojom::AggregatableReportRequestIDDataView,
content::AggregatableReportRequestStorageId>::
Read(private_aggregation_internals::mojom::
AggregatableReportRequestIDDataView data,
content::AggregatableReportRequestStorageId* out) {
*out = content::AggregatableReportRequestStorageId(data.value());
return true;
}
} // namespace mojo