// Copyright 2022 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/feed/core/v2/ios_shared_prefs.h" #include <string> #include <vector> #include "components/feed/core/common/pref_names.h" #include "components/prefs/testing_pref_service.h" #include "testing/gtest/include/gtest/gtest.h" namespace feed { namespace { class IOSSharedPrefsTest : public testing::Test { … }; TEST_F(IOSSharedPrefsTest, TestSetAndGetExperiments) { … } TEST_F(IOSSharedPrefsTest, MigrateExperimentsV2) { … } } // namespace } // namespace feed