#ifndef COMPONENTS_COMPONENT_UPDATER_INSTALLER_POLICIES_AUTOFILL_STATES_COMPONENT_INSTALLER_H_
#define COMPONENTS_COMPONENT_UPDATER_INSTALLER_POLICIES_AUTOFILL_STATES_COMPONENT_INSTALLER_H_
#include <stdint.h>
#include <memory>
#include <string>
#include <vector>
#include "base/memory/raw_ptr.h"
#include "base/values.h"
#include "components/component_updater/component_installer.h"
#include "components/prefs/pref_service.h"
namespace base {
class FilePath;
}
namespace component_updater {
class AutofillStatesComponentInstallerPolicy : public ComponentInstallerPolicy { … };
void RegisterAutofillStatesComponent(ComponentUpdateService* cus,
PrefService* prefs);
}
#endif