#ifndef CHROME_BROWSER_SAFE_BROWSING_DOWNLOAD_PROTECTION_DOWNLOAD_URL_SB_CLIENT_H_
#define CHROME_BROWSER_SAFE_BROWSING_DOWNLOAD_PROTECTION_DOWNLOAD_URL_SB_CLIENT_H_
#include <string>
#include <vector>
#include "base/memory/raw_ptr.h"
#include "base/scoped_observation.h"
#include "base/time/time.h"
#include "chrome/browser/safe_browsing/download_protection/download_protection_util.h"
#include "components/download/public/common/download_item.h"
#include "components/safe_browsing/core/browser/db/database_manager.h"
#include "content/public/browser/browser_thread.h"
BrowserThread;
namespace safe_browsing {
class DownloadProtectionService;
class SafeBrowsingUIManager;
class DownloadUrlSBClient : public SafeBrowsingDatabaseManager::Client,
public download::DownloadItem::Observer,
public base::RefCountedThreadSafe<
DownloadUrlSBClient,
content::BrowserThread::DeleteOnUIThread> { … };
}
#endif