| 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));
|
| }
|
|
|