// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/metrics/persistent_synthetic_trial_observer.h" #include "base/test/task_environment.h" #include "components/metrics/persistent_system_profile.h" #include "components/variations/hashing.h" #include "components/variations/synthetic_trials.h" #include "testing/gtest/include/gtest/gtest.h" namespace metrics { class PersistentSyntheticTrialObserverTest : public testing::Test { … }; TEST_F(PersistentSyntheticTrialObserverTest, AddRemoveTrials) { … } } // namespace metrics