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

Unified Diff: components/security_interstitials/core/controller_client.cc

Issue 1921923002: Convert //components/[o-t]* from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . 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: components/security_interstitials/core/controller_client.cc
diff --git a/components/security_interstitials/core/controller_client.cc b/components/security_interstitials/core/controller_client.cc
index c4eb2f1eb52c023a617da0755dbeee96fc04aa2c..a17f3f19f904e603c924470906928ce20c284b8a 100644
--- a/components/security_interstitials/core/controller_client.cc
+++ b/components/security_interstitials/core/controller_client.cc
@@ -30,7 +30,7 @@ MetricsHelper* ControllerClient::metrics_helper() const {
}
void ControllerClient::set_metrics_helper(
- scoped_ptr<MetricsHelper> metrics_helper) {
+ std::unique_ptr<MetricsHelper> metrics_helper) {
metrics_helper_ = std::move(metrics_helper);
}
« no previous file with comments | « components/security_interstitials/core/controller_client.h ('k') | components/security_interstitials/core/metrics_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698