// Copyright 2021 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_METRICS_METRICS_DATA_VALIDATION_H_ #define COMPONENTS_METRICS_METRICS_DATA_VALIDATION_H_ #include "base/feature_list.h" #include "base/metrics/field_trial_params.h" #include "base/time/time.h" // Features and functions in this file are necessary to set up artificial A / B // experiments that help us better assess the accuracy and power of our field // trial data. All code in this file should not have any impact on client's // experience. metrics // namespace metrics #endif // COMPONENTS_METRICS_METRICS_DATA_VALIDATION_H_