#ifndef COMPONENTS_VARIATIONS_VARIATIONS_SEED_PROCESSOR_H_
#define COMPONENTS_VARIATIONS_VARIATIONS_SEED_PROCESSOR_H_
#include <stdint.h>
#include <string>
#include "base/component_export.h"
#include "base/functional/callback_forward.h"
#include "components/variations/entropy_provider.h"
#include "components/variations/proto/study.pb.h"
#include "components/variations/proto/variations_seed.pb.h"
namespace base {
class FeatureList;
}
namespace variations {
internal
class ProcessedStudy;
struct ClientFilterableState;
class VariationsLayers;
class COMPONENT_EXPORT(VARIATIONS) VariationsSeedProcessor { … };
}
#endif