#ifndef COMPONENTS_VARIATIONS_SYNTHETIC_TRIAL_REGISTRY_H_
#define COMPONENTS_VARIATIONS_SYNTHETIC_TRIAL_REGISTRY_H_
#include <vector>
#include <string_view>
#include "base/component_export.h"
#include "base/feature_list.h"
#include "base/gtest_prod_util.h"
#include "base/metrics/field_trial_params.h"
#include "base/observer_list.h"
#include "components/variations/synthetic_trials.h"
class SingleClientNigoriSyncTest;
namespace metrics {
class MetricsServiceAccessor;
}
namespace content {
class SyntheticTrialSyncer;
}
namespace tpcd::experiment {
class ExperimentManagerImplBrowserTest;
}
namespace variations {
struct ActiveGroupId;
class FieldTrialsProvider;
class FieldTrialsProviderTest;
class LimitedEntropySyntheticTrial;
class SyntheticTrialRegistryTest;
class LimitedEntropyRandomizationBrowserTest;
internal
class COMPONENT_EXPORT(VARIATIONS) SyntheticTrialRegistry { … };
}
#endif