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

Unified Diff: chrome/browser/safe_browsing/incident_reporting/binary_integrity_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/binary_integrity_incident.cc
diff --git a/chrome/browser/safe_browsing/incident_reporting/binary_integrity_incident.cc b/chrome/browser/safe_browsing/incident_reporting/binary_integrity_incident.cc
index cb154715164e7ecd8e760a599fefd06bb5501f36..35e0763a4d7e9bc6ec74cda87e83026394c3e234 100644
--- a/chrome/browser/safe_browsing/incident_reporting/binary_integrity_incident.cc
+++ b/chrome/browser/safe_browsing/incident_reporting/binary_integrity_incident.cc
@@ -11,7 +11,7 @@
namespace safe_browsing {
BinaryIntegrityIncident::BinaryIntegrityIncident(
- scoped_ptr<ClientIncidentReport_IncidentData_BinaryIntegrityIncident>
+ std::unique_ptr<ClientIncidentReport_IncidentData_BinaryIntegrityIncident>
binary_integrity_incident) {
DCHECK(binary_integrity_incident);
DCHECK(binary_integrity_incident->has_file_basename());

Powered by Google App Engine
This is Rietveld 408576698