Avi Drissman | 8ba1bad | 2022-09-13 19:22:36 | [diff] [blame] | 1 | // Copyright 2020 The Chromium Authors |
Caitlin Fischer | 82b1af6 | 2020-09-17 20:02:28 | [diff] [blame] | 2 | // 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 | |
| 11 | namespace variations { |
| 12 | namespace internal { |
| 13 | |
Robert Kaplow | a1d53ecf | 2023-01-17 23:43:13 | [diff] [blame] | 14 | // Add Variations Features here... |
Caitlin Fischer | 82b1af6 | 2020-09-17 20:02:28 | [diff] [blame] | 15 | |
| 16 | } // namespace internal |
| 17 | } // namespace variations |
| 18 | |
Lei Zhang | 2fdfa892 | 2021-04-22 02:15:43 | [diff] [blame] | 19 | #endif // COMPONENTS_VARIATIONS_VARIATIONS_FEATURES_H_ |