#ifndef COMPONENTS_COMPONENT_UPDATER_INSTALLER_POLICIES_ON_DEVICE_HEAD_SUGGEST_COMPONENT_INSTALLER_H_
#define COMPONENTS_COMPONENT_UPDATER_INSTALLER_POLICIES_ON_DEVICE_HEAD_SUGGEST_COMPONENT_INSTALLER_H_
#include <vector>
#include "base/values.h"
#include "components/component_updater/component_installer.h"
namespace base {
class FilePath;
}
namespace component_updater {
class ComponentUpdateService;
class OnDeviceHeadSuggestInstallerPolicy : public ComponentInstallerPolicy { … };
void RegisterOnDeviceHeadSuggestComponent(ComponentUpdateService* cus,
const std::string& locale);
}
#endif