#ifndef COMPONENTS_COMPONENT_UPDATER_INSTALLER_POLICIES_TPCD_METADATA_COMPONENT_INSTALLER_POLICY_H_
#define COMPONENTS_COMPONENT_UPDATER_INSTALLER_POLICIES_TPCD_METADATA_COMPONENT_INSTALLER_POLICY_H_
#include <cstdint>
#include <optional>
#include <string>
#include <vector>
#include "base/functional/callback.h"
#include "base/values.h"
#include "components/component_updater/component_installer.h"
#include "components/tpcd/metadata/browser/parser.h"
#include "components/update_client/update_client.h"
namespace base {
class FilePath;
}
namespace component_updater {
inline constexpr base::FilePath::CharType kTpcdMetadataComponentFileName[] = …);
class TpcdMetadataComponentInstallerPolicy : public ComponentInstallerPolicy { … };
}
#endif