chromium/components/ukm/ukm_entry_filter.h

// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef COMPONENTS_UKM_UKM_ENTRY_FILTER_H_
#define COMPONENTS_UKM_UKM_ENTRY_FILTER_H_

#include <cstdint>

#include "base/containers/flat_set.h"
#include "services/metrics/public/mojom/ukm_interface.mojom-forward.h"

namespace ukm {

// Used in conjunction with UkmService. See UkmService::RegisterEntryFilter().
class UkmEntryFilter {};

}  // namespace ukm

#endif  // COMPONENTS_UKM_UKM_ENTRY_FILTER_H_