Index: chrome/browser/safe_browsing/safe_browsing_service.h |
diff --git a/chrome/browser/safe_browsing/safe_browsing_service.h b/chrome/browser/safe_browsing/safe_browsing_service.h |
index 6230e7ac60746245ecf5dc1fc8cda5456c85d7f3..6eb7e2177e750d9cf66d285a6c0ece3ef1e3a640 100644 |
--- a/chrome/browser/safe_browsing/safe_browsing_service.h |
+++ b/chrome/browser/safe_browsing/safe_browsing_service.h |
@@ -59,6 +59,7 @@ class DownloadProtectionService; |
#if defined(FULL_SAFE_BROWSING) |
class IncidentReportingService; |
class OffDomainInclusionDetector; |
+class ScriptRequestDetector; |
#endif |
} |
@@ -267,6 +268,8 @@ class SafeBrowsingService |
#if defined(FULL_SAFE_BROWSING) |
scoped_ptr<safe_browsing::OffDomainInclusionDetector> |
off_domain_inclusion_detector_; |
+ |
+ scoped_ptr<safe_browsing::ScriptRequestDetector> script_request_detector_; |
#endif |
DISALLOW_COPY_AND_ASSIGN(SafeBrowsingService); |