| Index: chrome/browser/safe_browsing/incident_reporting/add_incident_callback.h
|
| diff --git a/chrome/browser/safe_browsing/incident_reporting/add_incident_callback.h b/chrome/browser/safe_browsing/incident_reporting/add_incident_callback.h
|
| index 6c0602ba9ea3a92dee65ca7932661f7d1013714e..7e0e497710b99b921dca037fbeeae5fa0d105141 100644
|
| --- a/chrome/browser/safe_browsing/incident_reporting/add_incident_callback.h
|
| +++ b/chrome/browser/safe_browsing/incident_reporting/add_incident_callback.h
|
| @@ -10,12 +10,11 @@
|
|
|
| namespace safe_browsing {
|
|
|
| -class ClientIncidentReport_IncidentData;
|
| +class Incident;
|
|
|
| // A callback used by external components to add an incident to the incident
|
| // reporting service.
|
| -typedef base::Callback<void(scoped_ptr<ClientIncidentReport_IncidentData>)>
|
| - AddIncidentCallback;
|
| +typedef base::Callback<void(scoped_ptr<Incident>)> AddIncidentCallback;
|
|
|
| } // namespace safe_browsing
|
|
|
|
|