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

Unified Diff: chrome/browser/safe_browsing/incident_reporting/resource_request_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/resource_request_incident.cc
diff --git a/chrome/browser/safe_browsing/incident_reporting/resource_request_incident.cc b/chrome/browser/safe_browsing/incident_reporting/resource_request_incident.cc
index 997055d1214f40b953947e3c071798b9fc4cffae..8b8a466ffab9dabe1bb1d1e24bfd335d27d3d7cc 100644
--- a/chrome/browser/safe_browsing/incident_reporting/resource_request_incident.cc
+++ b/chrome/browser/safe_browsing/incident_reporting/resource_request_incident.cc
@@ -11,7 +11,7 @@
namespace safe_browsing {
ResourceRequestIncident::ResourceRequestIncident(
- scoped_ptr<ClientIncidentReport_IncidentData_ResourceRequestIncident>
+ std::unique_ptr<ClientIncidentReport_IncidentData_ResourceRequestIncident>
script_request_incident) {
DCHECK(script_request_incident);
DCHECK(script_request_incident->has_digest());

Powered by Google App Engine
This is Rietveld 408576698