#include "third_party/blink/common/use_counter/use_counter_feature_mojom_traits.h"
#include "third_party/blink/public/mojom/permissions_policy/permissions_policy_feature.mojom-shared.h"
#include "third_party/blink/public/mojom/use_counter/metrics/css_property_id.mojom-shared.h"
#include "third_party/blink/public/mojom/use_counter/metrics/web_feature.mojom-shared.h"
#include "third_party/blink/public/mojom/use_counter/metrics/webdx_feature.mojom-shared.h"
namespace mojo {
namespace {
bool IsReservedFeature(const blink::UseCounterFeature& feature) { … }
}
bool StructTraits<
blink::mojom::UseCounterFeatureDataView,
blink::UseCounterFeature>::Read(blink::mojom::UseCounterFeatureDataView in,
blink::UseCounterFeature* out) { … }
}