#ifndef COMPONENTS_VARIATIONS_SYNTHETIC_TRIALS_ACTIVE_GROUP_ID_PROVIDER_H_
#define COMPONENTS_VARIATIONS_SYNTHETIC_TRIALS_ACTIVE_GROUP_ID_PROVIDER_H_
#include <vector>
#include "base/component_export.h"
#include "base/synchronization/lock.h"
#include "components/variations/active_field_trials.h"
#include "components/variations/synthetic_trials.h"
namespace base {
template <typename T>
struct DefaultSingletonTraits;
}
namespace variations {
class COMPONENT_EXPORT(VARIATIONS) SyntheticTrialsActiveGroupIdProvider
: public SyntheticTrialObserver { … };
}
#endif