blob: 96d7ab32d75b8f0100358d30c370c77de5cb6462 [file] [log] [blame]
Avi Drissman8ba1bad2022-09-13 19:22:361// Copyright 2020 The Chromium Authors
Caitlin Fischer82b1af62020-09-17 20:02:282// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef COMPONENTS_VARIATIONS_VARIATIONS_FEATURES_H_
6#define COMPONENTS_VARIATIONS_VARIATIONS_FEATURES_H_
7
8#include "base/component_export.h"
9#include "base/metrics/field_trial.h"
10
11namespace variations {
12namespace internal {
13
Robert Kaplowa1d53ecf2023-01-17 23:43:1314// Add Variations Features here...
Caitlin Fischer82b1af62020-09-17 20:02:2815
16} // namespace internal
17} // namespace variations
18
Lei Zhang2fdfa8922021-04-22 02:15:4319#endif // COMPONENTS_VARIATIONS_VARIATIONS_FEATURES_H_