// Copyright 2019 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/variations/client_filterable_state.h" #include "base/functional/bind.h" #include "base/time/time.h" #include "components/prefs/testing_pref_service.h" #include "components/variations/pref_names.h" #include "components/variations/variations_seed_store.h" #include "testing/gtest/include/gtest/gtest.h" namespace variations { TEST(ClientFilterableStateTest, IsEnterprise) { … } TEST(ClientFilterableStateTest, GoogleGroups) { … } } // namespace variations