| 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 fb75caeae8b91cddf95906f1b79bf6fe5760790e..f0ab04f0f3ce99594e8fc497e102d09ec0702239 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
|
| @@ -42,8 +42,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|
|
|
|