chromium/components/ukm/field_trials_provider_helper.cc

// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "components/ukm/field_trials_provider_helper.h"

namespace ukm {

namespace {

// UKM suffix for field trial recording.
const char kUKMFieldTrialSuffix[] =;

}  // namespace

std::unique_ptr<variations::FieldTrialsProvider>
CreateFieldTrialsProviderForUkm(
    variations::SyntheticTrialRegistry* synthetic_trial_registry) {}

}  //  namespace ukm