| Index: chrome/browser/safe_browsing/incident_reporting/blacklist_load_analyzer.cc
|
| diff --git a/chrome/browser/safe_browsing/incident_reporting/blacklist_load_analyzer.cc b/chrome/browser/safe_browsing/incident_reporting/blacklist_load_analyzer.cc
|
| index 34527ebd29714b5e3bc8a2feb40c15d3966fda22..0bfe25427eb2066def84c5407a6c87113505ffbd 100644
|
| --- a/chrome/browser/safe_browsing/incident_reporting/blacklist_load_analyzer.cc
|
| +++ b/chrome/browser/safe_browsing/incident_reporting/blacklist_load_analyzer.cc
|
| @@ -5,7 +5,7 @@
|
| #include "chrome/browser/safe_browsing/incident_reporting/blacklist_load_analyzer.h"
|
|
|
| #include "chrome/browser/browser_process.h"
|
| -#include "chrome/browser/safe_browsing/incident_reporting/add_incident_callback.h"
|
| +#include "chrome/browser/safe_browsing/incident_reporting/incident_receiver.h"
|
| #include "chrome/browser/safe_browsing/safe_browsing_service.h"
|
|
|
| namespace safe_browsing {
|
| @@ -21,7 +21,7 @@ void RegisterBlacklistLoadAnalysis() {
|
| }
|
|
|
| #if !defined(OS_WIN)
|
| -void VerifyBlacklistLoadState(const AddIncidentCallback& callback) {
|
| +void VerifyBlacklistLoadState(scoped_ptr<IncidentReceiver> incident_receiver) {
|
| }
|
|
|
| bool GetLoadedBlacklistedModules(std::vector<base::string16>* module_names) {
|
|
|