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

Unified Diff: chrome/browser/interstitials/security_interstitial_page.cc

Issue 1851933002: Convert //url to use std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: IWYU fixup 7 Created 4 years, 9 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/interstitials/security_interstitial_page.cc
diff --git a/chrome/browser/interstitials/security_interstitial_page.cc b/chrome/browser/interstitials/security_interstitial_page.cc
index 6a12c74618e27f20bc28258624d2805b02b95e9a..2a470ad4c53dbbd200b17632262673172229c342 100644
--- a/chrome/browser/interstitials/security_interstitial_page.cc
+++ b/chrome/browser/interstitials/security_interstitial_page.cc
@@ -113,6 +113,6 @@ SecurityInterstitialPage::metrics_helper() {
}
void SecurityInterstitialPage::set_metrics_helper(
- scoped_ptr<security_interstitials::MetricsHelper> metrics_helper) {
+ std::unique_ptr<security_interstitials::MetricsHelper> metrics_helper) {
controller_->set_metrics_helper(std::move(metrics_helper));
}
« no previous file with comments | « chrome/browser/interstitials/security_interstitial_page.h ('k') | components/autofill/core/browser/test_autofill_driver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698