| 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 1fac481b235621ffb0d58638d0bbe122f543729f..a80c5bb3adfc66479c259be3c696c14a5dc6f2a6 100644
|
| --- a/chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.h
|
| +++ b/chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.h
|
| @@ -81,7 +81,7 @@ class IncidentReportingService : public content::NotificationObserver {
|
| // service on behalf of |profile|. The callback may outlive the service, but
|
| // will no longer have any effect after the service is deleted. The callback
|
| // must not be run after |profile| has been destroyed.
|
| - AddIncidentCallback GetAddIncidentCallback(Profile* profile);
|
| + virtual AddIncidentCallback GetAddIncidentCallback(Profile* profile);
|
|
|
| // Returns a preference validation delegate that adds incidents to the service
|
| // for validation failures in |profile|. The delegate may outlive the service,
|
|
|