// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_VARIATIONS_ACTIVE_FIELD_TRIALS_H_ #define COMPONENTS_VARIATIONS_ACTIVE_FIELD_TRIALS_H_ #include <stdint.h> #include <string> #include <string_view> #include "base/command_line.h" #include "base/component_export.h" #include "base/metrics/field_trial.h" #include "base/process/launch.h" #if BUILDFLAG(IS_POSIX) && !BUILDFLAG(IS_APPLE) #include "base/files/platform_file.h" #include "base/posix/global_descriptors.h" #endif variations // namespace variations #endif // COMPONENTS_VARIATIONS_ACTIVE_FIELD_TRIALS_H_