// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "services/metrics/public/cpp/ukm_recorder_impl_utils.h" #include "base/logging.h" #include "base/metrics/histogram_macros.h" namespace ukm { void RecordDroppedEntry(uint64_t event_hash, DroppedDataReason reason) { … } void RecordDroppedWebDXFeaturesSet(DroppedDataReason reason) { … } } // namespace ukm