#ifndef CHROME_BROWSER_DOWNLOAD_DOWNLOAD_BROWSERTEST_UTILS_H_
#define CHROME_BROWSER_DOWNLOAD_DOWNLOAD_BROWSERTEST_UTILS_H_
#include <stddef.h>
#include "base/files/file_path.h"
#include "base/memory/raw_ptr.h"
#include "chrome/browser/download/download_test_file_activity_observer.h"
#include "chrome/browser/extensions/install_verifier.h"
#include "chrome/browser/web_applications/test/os_integration_test_override_impl.h"
#include "chrome/test/base/in_process_browser_test.h"
#include "content/public/test/download_test_observer.h"
#include "content/public/test/slow_download_http_response.h"
#include "content/public/test/test_download_http_response.h"
#include "content/public/test/test_file_error_injector.h"
#include "extensions/browser/scoped_ignore_content_verifier_for_test.h"
#include "ui/base/window_open_disposition.h"
class DownloadPrefs;
content::DownloadManager* DownloadManagerForBrowser(Browser* browser);
void SetPromptForDownload(Browser* browser, bool prompt_for_download);
class DownloadTestObserverResumable : public content::DownloadTestObserver { … };
class DownloadTestObserverNotInProgress : public content::DownloadTestObserver { … };
class DownloadTestBase : public InProcessBrowserTest { … };
#endif