| Index: ios/chrome/browser/safe_browsing/ping_manager.cc
|
| diff --git a/ios/chrome/browser/safe_browsing/ping_manager.cc b/ios/chrome/browser/safe_browsing/ping_manager.cc
|
| index 37e477d74762039d1ab609fc6451ae2388044a62..8589ca15a34cba61c7fe9e3d348a0d2ad04666cd 100644
|
| --- a/ios/chrome/browser/safe_browsing/ping_manager.cc
|
| +++ b/ios/chrome/browser/safe_browsing/ping_manager.cc
|
| @@ -134,7 +134,7 @@ void SafeBrowsingPingManager::ReportInvalidCertificateChain(
|
| }
|
|
|
| void SafeBrowsingPingManager::SetCertificateErrorReporterForTesting(
|
| - scoped_ptr<certificate_reporting::ErrorReporter>
|
| + std::unique_ptr<certificate_reporting::ErrorReporter>
|
| certificate_error_reporter) {
|
| certificate_error_reporter_ = std::move(certificate_error_reporter);
|
| }
|
|
|