chromium/components/ukm/ukm_consent_state.h

// 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.

#ifndef COMPONENTS_UKM_UKM_CONSENT_STATE_H_
#define COMPONENTS_UKM_UKM_CONSENT_STATE_H_

#include "base/containers/enum_set.h"

namespace ukm {

// Different types of consents that control what types of data can be recorded
// by UKM.
enum UkmConsentType {};

// Collection of UKM consent type states that have been granted.
UkmConsentState;
}  // namespace ukm

#endif  // COMPONENTS_UKM_UKM_CONSENT_STATE_H_