#ifndef CHROME_BROWSER_SAFE_BROWSING_SERVICES_DELEGATE_DESKTOP_H_
#define CHROME_BROWSER_SAFE_BROWSING_SERVICES_DELEGATE_DESKTOP_H_
#include <memory>
#include "chrome/browser/safe_browsing/services_delegate.h"
#include "components/safe_browsing/core/browser/db/hash_prefix_map.h"
#include "components/safe_browsing/core/common/safe_browsing_prefs.h"
namespace safe_browsing {
class DownloadProtectionService;
class IncidentReportingService;
class SafeBrowsingDatabaseManager;
struct V4ProtocolConfig;
class ServicesDelegateDesktop : public ServicesDelegate { … };
}
#endif