#ifndef CHROME_BROWSER_COMPONENT_UPDATER_PRIVACY_SANDBOX_ATTESTATIONS_COMPONENT_INSTALLER_H_
#define CHROME_BROWSER_COMPONENT_UPDATER_PRIVACY_SANDBOX_ATTESTATIONS_COMPONENT_INSTALLER_H_
#include <cstdint>
#include <string>
#include <vector>
#include "base/functional/callback.h"
#include "base/gtest_prod_util.h"
#include "base/values.h"
#include "components/component_updater/component_installer.h"
#include "components/update_client/update_client.h"
namespace base {
class FilePath;
class Version;
}
namespace component_updater {
class ComponentUpdateService;
class PrivacySandboxAttestationsComponentInstallerPolicy
: public ComponentInstallerPolicy { … };
void RegisterPrivacySandboxAttestationsComponent(ComponentUpdateService* cus);
}
#endif