#ifndef CONTENT_WEB_TEST_BROWSER_WEB_TEST_BACKGROUND_FETCH_DELEGATE_H_
#define CONTENT_WEB_TEST_BROWSER_WEB_TEST_BACKGROUND_FETCH_DELEGATE_H_
#include <memory>
#include <optional>
#include "base/memory/raw_ptr.h"
#include "components/download/public/background_service/client.h"
#include "content/public/browser/background_fetch_delegate.h"
class SimpleFactoryKey;
namespace download {
class BackgroundDownloadService;
}
namespace content {
class BrowserContext;
class WebTestBackgroundFetchDelegate : public BackgroundFetchDelegate { … };
}
#endif