#include "chrome/browser/gcm/gcm_product_util.h"
#include <string_view>
#include "base/strings/string_util.h"
#include "chrome/common/chrome_version.h"
#include "chrome/common/pref_names.h"
#include "components/pref_registry/pref_registry_syncable.h"
#include "components/prefs/pref_registry_simple.h"
#include "components/prefs/pref_service.h"
#include "components/version_info/version_info.h"
namespace gcm {
namespace {
std::string ToLowerAlphaNum(std::string_view in) { … }
}
std::string GetProductCategoryForSubtypes(PrefService* prefs) { … }
void RegisterPrefs(PrefRegistrySimple* registry) { … }
void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) { … }
}