#ifndef CHROME_BROWSER_COMPONENT_UPDATER_CHROME_ORIGIN_TRIALS_COMPONENT_INSTALLER_H_
#define CHROME_BROWSER_COMPONENT_UPDATER_CHROME_ORIGIN_TRIALS_COMPONENT_INSTALLER_H_
#include <stdint.h>
#include "base/files/file_path.h"
#include "base/values.h"
#include "base/version.h"
#include "components/component_updater/component_installer.h"
#include "components/component_updater/installer_policies/origin_trials_component_installer.h"
namespace component_updater {
class ComponentUpdateService;
class ChromeOriginTrialsComponentInstallerPolicy
: public OriginTrialsComponentInstallerPolicy { … };
void RegisterOriginTrialsComponent(ComponentUpdateService* updater_service);
}
#endif