#ifndef COMPONENTS_COMPONENT_UPDATER_COMPONENT_INSTALLER_H_
#define COMPONENTS_COMPONENT_UPDATER_COMPONENT_INSTALLER_H_
#include <stdint.h>
#include <memory>
#include <optional>
#include <string>
#include <vector>
#include "base/files/file_path.h"
#include "base/functional/callback_forward.h"
#include "base/gtest_prod_util.h"
#include "base/memory/ref_counted.h"
#include "base/sequence_checker.h"
#include "base/task/task_traits.h"
#include "base/values.h"
#include "base/version.h"
#include "components/update_client/persisted_data.h"
#include "components/update_client/update_client.h"
namespace base {
class SequencedTaskRunner;
}
namespace component_updater {
extern const char kNullVersion[];
struct ComponentRegistration;
class ComponentUpdateService;
RegisterCallback;
class ComponentInstallerPolicy { … };
class ComponentInstaller final : public update_client::CrxInstaller { … };
}
#endif