Index: third_party/crashpad/crashpad/handler/prune_crash_reports_thread.cc |
diff --git a/third_party/crashpad/crashpad/handler/prune_crash_reports_thread.cc b/third_party/crashpad/crashpad/handler/prune_crash_reports_thread.cc |
index e6f3a8b02649ff83559c977d0200b64e62c5e2e6..722275f5685083bd0d6ecd13aad695c2d90c5ca5 100644 |
--- a/third_party/crashpad/crashpad/handler/prune_crash_reports_thread.cc |
+++ b/third_party/crashpad/crashpad/handler/prune_crash_reports_thread.cc |
@@ -22,7 +22,7 @@ namespace crashpad { |
PruneCrashReportThread::PruneCrashReportThread( |
CrashReportDatabase* database, |
- scoped_ptr<PruneCondition> condition) |
+ std::unique_ptr<PruneCondition> condition) |
: thread_(60 * 60 * 24, this), |
condition_(std::move(condition)), |
database_(database) {} |