#include "chrome/browser/ui/tabs/saved_tab_groups/saved_tab_group_pref_names.h"
#include "components/pref_registry/pref_registry_syncable.h"
namespace tab_groups::saved_tab_groups::prefs {
void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) { … }
bool IsTabGroupSavesUIUpdateMigrated(PrefService* pref_service) { … }
void SetTabGroupSavesUIUpdateMigrated(PrefService* pref_service) { … }
int GetLearnMoreFooterShownCount(PrefService* pref_service) { … }
void IncrementLearnMoreFooterShownCountPref(PrefService* pref_service) { … }
}