Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4534)

Unified Diff: chrome/browser/safe_browsing/incident_reporting/add_incident_callback.h

Issue 856543004: Replace incident type handlers with implementations of Incident. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: robertshield comments Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/incident_reporting/binary_integrity_analyzer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/incident_reporting/binary_integrity_analyzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698