#ifndef CHROME_BROWSER_DOWNLOAD_DOWNLOAD_PREFS_H_
#define CHROME_BROWSER_DOWNLOAD_DOWNLOAD_PREFS_H_
#include <memory>
#include <set>
#include "base/files/file_path.h"
#include "base/memory/raw_ptr.h"
#include "build/build_config.h"
#include "components/prefs/pref_change_registrar.h"
#include "components/prefs/pref_member.h"
class GURL;
class Profile;
class TrustedSourcesManager;
namespace content {
class BrowserContext;
class DownloadManager;
}
namespace download {
class DownloadItem;
}
namespace policy {
class URLBlocklist;
}
namespace user_prefs {
class PrefRegistrySyncable;
}
class DownloadPrefs { … };
#endif