#ifndef COMPONENTS_UPDATE_CLIENT_CONFIGURATOR_H_
#define COMPONENTS_UPDATE_CLIENT_CONFIGURATOR_H_
#include <memory>
#include <optional>
#include <string>
#include <tuple>
#include <vector>
#include "base/containers/flat_map.h"
#include "base/files/file_path.h"
#include "base/functional/callback_forward.h"
#include "base/memory/ref_counted.h"
#include "base/time/time.h"
class GURL;
class PrefService;
namespace base {
class Version;
}
namespace update_client {
class CrxDownloaderFactory;
class NetworkFetcherFactory;
class PatcherFactory;
class PersistedData;
class ProtocolHandlerFactory;
class UnzipperFactory;
UpdaterStateAttributes;
UpdaterStateProvider;
class Configurator : public base::RefCountedThreadSafe<Configurator> { … };
}
#endif