#include "chrome/browser/metrics/variations/chrome_variations_service_client.h"
#include "chrome/browser/profiles/profile_attributes_storage.h"
#include "chrome/common/pref_names.h"
#include "components/metrics/clean_exit_beacon.h"
#include "components/prefs/scoped_user_pref_update.h"
#include "components/prefs/testing_pref_service.h"
#include "components/variations/pref_names.h"
#include "components/variations/service/variations_service.h"
#include "testing/gtest/include/gtest/gtest.h"
class ChromeVariationsServiceClientTest : public ::testing::Test { … };
TEST_F(ChromeVariationsServiceClientTest,
RemoveGoogleGroupsFromPrefsForDeletedProfiles_NoPrefNoProfile) { … }
TEST_F(ChromeVariationsServiceClientTest,
RemoveGoogleGroupsFromPrefsForDeletedProfiles_PrefNoProfile) { … }
TEST_F(ChromeVariationsServiceClientTest,
RemoveGoogleGroupsFromPrefsForDeletedProfiles_NoPrefProfile) { … }
TEST_F(ChromeVariationsServiceClientTest,
RemoveGoogleGroupsFromPrefsForDeletedProfiles_PrefAndDifferentProfile) { … }
TEST_F(ChromeVariationsServiceClientTest,
RemoveGoogleGroupsFromPrefsForDeletedProfiles_PrefAndSameProfile) { … }