Index: components/variations/variations_seed_processor.cc |
diff --git a/components/variations/variations_seed_processor.cc b/components/variations/variations_seed_processor.cc |
index 8c67a51cdfef959671f298f323620af48e24ee02..5c88264c00a807dbab1afd8594a0fbfaeab4af81 100644 |
--- a/components/variations/variations_seed_processor.cc |
+++ b/components/variations/variations_seed_processor.cc |
@@ -274,7 +274,7 @@ void VariationsSeedProcessor::CreateTrialFromStudy( |
scoped_refptr<base::FieldTrial> trial( |
base::FieldTrialList::FactoryGetFieldTrialWithRandomizationSeed( |
study.name(), processed_study.total_probability(), |
- study.default_experiment_name(), |
+ processed_study.GetDefaultExperimentName(), |
base::FieldTrialList::kNoExpirationYear, 1, 1, randomization_type, |
randomization_seed, NULL, |
ShouldStudyUseLowEntropy(study) ? low_entropy_provider : NULL)); |