| 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 4891e774add31166d52eddd167f0cb0b78a330f8..1dfdb4490fa130fdbeb291f6518b4b0c53b48c9c 100644
|
| --- a/chrome/browser/safe_browsing/incident_reporting/blacklist_load_analyzer.cc
|
| +++ b/chrome/browser/safe_browsing/incident_reporting/blacklist_load_analyzer.cc
|
| @@ -22,8 +22,8 @@ void RegisterBlacklistLoadAnalysis() {
|
| }
|
|
|
| #if !defined(OS_WIN)
|
| -void VerifyBlacklistLoadState(scoped_ptr<IncidentReceiver> incident_receiver) {
|
| -}
|
| +void VerifyBlacklistLoadState(
|
| + std::unique_ptr<IncidentReceiver> incident_receiver) {}
|
|
|
| bool GetLoadedBlacklistedModules(std::vector<base::string16>* module_names) {
|
| return false;
|
|
|