#ifndef CHROME_BROWSER_SAFE_BROWSING_URL_LOOKUP_SERVICE_FACTORY_H_
#define CHROME_BROWSER_SAFE_BROWSING_URL_LOOKUP_SERVICE_FACTORY_H_
#include "base/no_destructor.h"
#include "chrome/browser/profiles/profile_keyed_service_factory.h"
class KeyedService;
class Profile;
namespace content {
class BrowserContext;
}
namespace network {
class SharedURLLoaderFactory;
}
namespace safe_browsing {
class RealTimeUrlLookupService;
class RealTimeUrlLookupServiceFactory : public ProfileKeyedServiceFactory { … };
}
#endif