| Index: components/metrics/metrics_service_accessor.cc
|
| diff --git a/components/metrics/metrics_service_accessor.cc b/components/metrics/metrics_service_accessor.cc
|
| index 864dbe5b5573143ba23df16678cfea814bcb5736..ce301c9bb14523c4f8da990636ad5f0af6daa6f6 100644
|
| --- a/components/metrics/metrics_service_accessor.cc
|
| +++ b/components/metrics/metrics_service_accessor.cc
|
| @@ -62,7 +62,7 @@ bool MetricsServiceAccessor::RegisterSyntheticFieldTrialWithNameAndGroupHash(
|
| if (!metrics_service)
|
| return false;
|
|
|
| - SyntheticTrialGroup trial_group(trial_name_hash, group_name_hash);
|
| + variations::SyntheticTrialGroup trial_group(trial_name_hash, group_name_hash);
|
| metrics_service->RegisterSyntheticFieldTrial(trial_group);
|
| return true;
|
| }
|
|
|