#ifndef COMPONENTS_COMPONENT_UPDATER_CONFIGURATOR_IMPL_H_
#define COMPONENTS_COMPONENT_UPDATER_CONFIGURATOR_IMPL_H_
#include <memory>
#include <optional>
#include <string>
#include <vector>
#include "base/containers/flat_map.h"
#include "base/sequence_checker.h"
#include "base/time/time.h"
#include "components/update_client/configurator.h"
#include "url/gurl.h"
namespace base {
class Version;
}
namespace update_client {
class CommandLineConfigPolicy;
class ProtocolHandlerFactory;
}
namespace component_updater {
class ConfiguratorImpl { … };
}
#endif