| 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 94064c76f1ce2231af524c3a18e0e94ef15d6949..591293365f77501b6371b21d959bfef23e0b816f 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
|
| @@ -35,8 +35,8 @@ class OffDomainInclusionDetector {
|
| };
|
|
|
| // TODO(gab): Hook the OffDomainInclusionDetector to the
|
| - // IncidentReportingService and use an AddIncidentCallback instead of this
|
| - // custom callback type.
|
| + // IncidentReportingService and use an IncidentReceiver instead of this custom
|
| + // callback type.
|
| typedef base::Callback<void(AnalysisEvent event)> ReportAnalysisEventCallback;
|
|
|
| // Constructs an OffDomainInclusionDetector which will use |database_manager|
|
|
|