#ifndef CHROME_BROWSER_COMPONENT_UPDATER_CROWD_DENY_COMPONENT_INSTALLER_H_
#define CHROME_BROWSER_COMPONENT_UPDATER_CROWD_DENY_COMPONENT_INSTALLER_H_
#include <memory>
#include <string>
#include <vector>
#include "base/values.h"
#include "components/component_updater/component_installer.h"
namespace base {
class FilePath;
}
namespace component_updater {
class ComponentUpdateService;
class CrowdDenyComponentInstallerPolicy : public ComponentInstallerPolicy { … };
void RegisterCrowdDenyComponent(ComponentUpdateService* cus);
}
#endif