| 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 6eb7e2177e750d9cf66d285a6c0ece3ef1e3a640..5720e004fcea2f082dccc4613ab81524f2d568f0 100644
|
| --- a/chrome/browser/safe_browsing/safe_browsing_service.h
|
| +++ b/chrome/browser/safe_browsing/safe_browsing_service.h
|
| @@ -59,7 +59,7 @@ class DownloadProtectionService;
|
| #if defined(FULL_SAFE_BROWSING)
|
| class IncidentReportingService;
|
| class OffDomainInclusionDetector;
|
| -class ScriptRequestDetector;
|
| +class ResourceRequestDetector;
|
| #endif
|
| }
|
|
|
| @@ -269,7 +269,7 @@ class SafeBrowsingService
|
| scoped_ptr<safe_browsing::OffDomainInclusionDetector>
|
| off_domain_inclusion_detector_;
|
|
|
| - scoped_ptr<safe_browsing::ScriptRequestDetector> script_request_detector_;
|
| + scoped_ptr<safe_browsing::ResourceRequestDetector> resource_request_detector_;
|
| #endif
|
|
|
| DISALLOW_COPY_AND_ASSIGN(SafeBrowsingService);
|
|
|