| 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 f5de477ca7427f03539b00ab01e261614c196733..8fcb45b4cde1420aef5188805961669319076517 100644
|
| --- a/chrome/browser/safe_browsing/safe_browsing_service.h
|
| +++ b/chrome/browser/safe_browsing/safe_browsing_service.h
|
| @@ -57,11 +57,6 @@ class SafeBrowsingUIManager;
|
| class SafeBrowsingURLRequestContextGetter;
|
| struct V4ProtocolConfig;
|
|
|
| -#if defined(FULL_SAFE_BROWSING)
|
| -class IncidentReportingService;
|
| -class OffDomainInclusionDetector;
|
| -#endif
|
| -
|
| // Construction needs to happen on the main thread.
|
| // The SafeBrowsingService owns both the UI and Database managers which do
|
| // the heavylifting of safebrowsing service. Both of these managers stay
|
|
|