chromium/out/Default/gen/components/variations/field_trial_config/fieldtrial_testing_config.h

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

// GENERATED FROM THE SCHEMA DEFINITION AND DESCRIPTION IN
//   field_trial_testing_config_schema.json
//   fieldtrial_testing_config.json
// DO NOT EDIT.

#ifndef FIELDTRIAL_TESTING_CONFIG_H_
#define FIELDTRIAL_TESTING_CONFIG_H_

#include <cstddef>

#include <optional>

#include "components/variations/proto/study.pb.h"

namespace variations {

struct OverrideUIString {};

struct FieldTrialTestingExperimentParams {};

struct FieldTrialTestingExperiment {};

struct FieldTrialTestingStudy {};

struct FieldTrialTestingConfig {};


extern const FieldTrialTestingConfig kFieldTrialConfig;

}  // namespace variations

#endif  // FIELDTRIAL_TESTING_CONFIG_H_