#include "components/browsing_data/core/browsing_data_policies_utils.h"
#include "components/browsing_data/core/browsing_data_utils.h"
#include "components/browsing_data/core/pref_names.h"
#include "components/sync/base/user_selectable_type.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
TEST(BrowsingDataPoliciesUtils, UpdateSyncTypesForBrowsingDataLifetime) { … }
#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC)
TEST(BrowsingDataPoliciesUtils, UpdateSyncTypesForClearBrowsingDataOnExit) { … }
#endif
TEST(BrowsingDataPoliciesUtils, NameToPolicyDataType) { … }
TEST(BrowsingDataPoliciesUtils, AllSyncTypesChecked) { … }