#include "components/variations/synthetic_trials.h"
#include <string_view>
#include "components/variations/hashing.h"
namespace variations {
SyntheticTrialGroup::SyntheticTrialGroup(
std::string_view trial_name,
std::string_view group_name,
SyntheticTrialAnnotationMode annotation_mode)
: … { … }
SyntheticTrialGroup::SyntheticTrialGroup(const SyntheticTrialGroup&) = default;
void SyntheticTrialGroup::SetTrialName(std::string_view trial_name) { … }
void SyntheticTrialGroup::SetGroupName(std::string_view group_name) { … }
}