| 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 e638da6b837b44d16e35a1d7b40f8a2b5c78bf31..4c6e5fa17a95507ad405afa77ff374ab8cf2603c 100644
|
| --- a/chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.h
|
| +++ b/chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.h
|
| @@ -285,7 +285,7 @@ class IncidentReportingService : public content::NotificationObserver {
|
|
|
| // A timer upon the firing of which the service will report received
|
| // incidents.
|
| - base::DelayTimer<IncidentReportingService> collation_timer_;
|
| + base::DelayTimer collation_timer_;
|
|
|
| // The report currently being assembled. This becomes non-NULL when an initial
|
| // incident is reported, and returns to NULL when the report is sent for
|
|
|