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

Unified Diff: chrome/browser/safe_browsing/incident_reporting/variations_seed_signature_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/variations_seed_signature_incident.cc
diff --git a/chrome/browser/safe_browsing/incident_reporting/variations_seed_signature_incident.cc b/chrome/browser/safe_browsing/incident_reporting/variations_seed_signature_incident.cc
index e7de5c1a63b366cfcd99e59bcb87b2805779ed8c..c409117eabda6d54d1b23e8e3e50e62e128f9524 100644
--- a/chrome/browser/safe_browsing/incident_reporting/variations_seed_signature_incident.cc
+++ b/chrome/browser/safe_browsing/incident_reporting/variations_seed_signature_incident.cc
@@ -11,7 +11,7 @@
namespace safe_browsing {
VariationsSeedSignatureIncident::VariationsSeedSignatureIncident(
- scoped_ptr<
+ std::unique_ptr<
ClientIncidentReport_IncidentData_VariationsSeedSignatureIncident>
variations_seed_signature_incident) {
DCHECK(variations_seed_signature_incident);

Powered by Google App Engine
This is Rietveld 408576698