#ifndef COMPONENTS_DOWNLOAD_INTERNAL_BACKGROUND_SERVICE_DOWNLOAD_DRIVER_H_
#define COMPONENTS_DOWNLOAD_INTERNAL_BACKGROUND_SERVICE_DOWNLOAD_DRIVER_H_
#include <stddef.h>
#include <optional>
#include <set>
#include <string>
#include "components/download/internal/background_service/driver_entry.h"
#include "net/traffic_annotation/network_traffic_annotation.h"
namespace base {
class FilePath;
}
namespace network {
class ResourceRequestBody;
}
namespace download {
struct RequestParams;
enum class FailureType { … };
class DownloadDriver { … };
}
#endif