// 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_SEGMENTATION_PLATFORM_INTERNAL_SIGNALS_UKM_CONFIG_H_ #define COMPONENTS_SEGMENTATION_PLATFORM_INTERNAL_SIGNALS_UKM_CONFIG_H_ #include <cstdint> #include "base/containers/flat_map.h" #include "base/containers/flat_set.h" #include "components/segmentation_platform/internal/database/ukm_types.h" namespace segmentation_platform { // Config for observation and storage of UKM. class UkmConfig { … }; } // namespace segmentation_platform #endif // COMPONENTS_SEGMENTATION_PLATFORM_INTERNAL_SIGNALS_UKM_CONFIG_H_