| Index: chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.h
|
| diff --git a/chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.h b/chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.h
|
| index b824b36e10274a8ac2990746a325665aa18e5325..1fac481b235621ffb0d58638d0bbe122f543729f 100644
|
| --- a/chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.h
|
| +++ b/chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.h
|
| @@ -163,8 +163,7 @@ class IncidentReportingService : public content::NotificationObserver {
|
|
|
| // Adds |incident_data| to the service. The incident_time_msec field is
|
| // populated with the current time if the caller has not already done so.
|
| - void AddIncident(Profile* profile,
|
| - scoped_ptr<ClientIncidentReport_IncidentData> incident_data);
|
| + void AddIncident(Profile* profile, scoped_ptr<Incident> incident);
|
|
|
| // Begins processing a report. If processing is already underway, ensures that
|
| // collection tasks have completed or are running.
|
|
|