#include "chrome/browser/component_updater/trust_token_key_commitments_component_installer.h"
#include <memory>
#include <string>
#include "base/feature_list.h"
#include "base/functional/bind.h"
#include "base/functional/callback.h"
#include "base/logging.h"
#include "components/component_updater/installer_policies/trust_token_key_commitments_component_installer_policy.h"
#include "content/public/browser/network_service_instance.h"
#include "services/network/public/cpp/features.h"
#include "services/network/public/mojom/network_service.mojom.h"
ComponentUpdateService;
namespace component_updater {
void RegisterTrustTokenKeyCommitmentsComponentIfTrustTokensEnabled(
ComponentUpdateService* cus) { … }
}