| Index: components/variations/variations_seed_processor.cc
|
| diff --git a/components/variations/variations_seed_processor.cc b/components/variations/variations_seed_processor.cc
|
| index e60db0df6eada099811a01e49c7ab33174c205af..9d2057f3429ec0871391d86872cf26a42a9ea2a0 100644
|
| --- a/components/variations/variations_seed_processor.cc
|
| +++ b/components/variations/variations_seed_processor.cc
|
| @@ -115,7 +115,7 @@ void VariationsSeedProcessor::CreateTrialFromStudy(
|
| // different group (e.g. via --force-fieldtrials). Break out of the loop,
|
| // but don't return, so that variation ids and params for the selected
|
| // group will still be picked up.
|
| - if (!trial)
|
| + if (!trial.get())
|
| break;
|
|
|
| RegisterExperimentParams(study, experiment);
|
|
|