// 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. #ifndef COMPONENTS_SEGMENTATION_PLATFORM_INTERNAL_METRICS_FIELD_TRIAL_RECORDER_H_ #define COMPONENTS_SEGMENTATION_PLATFORM_INTERNAL_METRICS_FIELD_TRIAL_RECORDER_H_ #include "base/memory/raw_ptr.h" #include "components/segmentation_platform/internal/database/cached_result_provider.h" #include "components/segmentation_platform/public/proto/segmentation_platform.pb.h" namespace segmentation_platform { struct Config; class FieldTrialRegister; // Records field trials for every client. class FieldTrialRecorder { … }; } // namespace segmentation_platform #endif // COMPONENTS_SEGMENTATION_PLATFORM_INTERNAL_METRICS_FIELD_TRIAL_RECORDER_H_