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

Unified Diff: chrome/browser/safe_browsing/incident_reporting/blacklist_load_incident.cc

Issue 1870003002: Convert //chrome/browser/safe_browsing from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and address comments Created 4 years, 8 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
Index: chrome/browser/safe_browsing/incident_reporting/blacklist_load_incident.cc
diff --git a/chrome/browser/safe_browsing/incident_reporting/blacklist_load_incident.cc b/chrome/browser/safe_browsing/incident_reporting/blacklist_load_incident.cc
index bdbb5266bd00a202653f78118d0664f714a22299..d0b050295534b3e4f224e787164ea9b98321734f 100644
--- a/chrome/browser/safe_browsing/incident_reporting/blacklist_load_incident.cc
+++ b/chrome/browser/safe_browsing/incident_reporting/blacklist_load_incident.cc
@@ -11,7 +11,7 @@
namespace safe_browsing {
BlacklistLoadIncident::BlacklistLoadIncident(
- scoped_ptr<ClientIncidentReport_IncidentData_BlacklistLoadIncident>
+ std::unique_ptr<ClientIncidentReport_IncidentData_BlacklistLoadIncident>
blacklist_load_incident) {
DCHECK(blacklist_load_incident);
DCHECK(blacklist_load_incident->has_path());

Powered by Google App Engine
This is Rietveld 408576698