| Index: chrome/browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.h
|
| diff --git a/chrome/browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.h b/chrome/browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.h
|
| index f0ab04f0f3ce99594e8fc497e102d09ec0702239..13f5cbe32ad36da9408d33a5d1bdf4b39d306fa1 100644
|
| --- a/chrome/browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.h
|
| +++ b/chrome/browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.h
|
| @@ -14,7 +14,6 @@
|
| #include "content/public/common/resource_type.h"
|
|
|
| class Profile;
|
| -class SafeBrowsingDatabaseManager;
|
|
|
| namespace base {
|
| class SingleThreadTaskRunner;
|
| @@ -26,6 +25,8 @@ class URLRequest;
|
|
|
| namespace safe_browsing {
|
|
|
| +class SafeBrowsingDatabaseManager;
|
| +
|
| // Observes network requests and reports suspicious activity.
|
| class OffDomainInclusionDetector {
|
| public:
|
|
|