Index: chrome/browser/interstitials/security_interstitial_page.h |
diff --git a/chrome/browser/interstitials/security_interstitial_page.h b/chrome/browser/interstitials/security_interstitial_page.h |
index 0bd632bd65fa8bb8dd4bf093b8414dbb65fc6460..13c547df6856bdd94876345d9bef74c8b600436f 100644 |
--- a/chrome/browser/interstitials/security_interstitial_page.h |
+++ b/chrome/browser/interstitials/security_interstitial_page.h |
@@ -99,7 +99,7 @@ class SecurityInterstitialPage : public content::InterstitialPageDelegate { |
security_interstitials::MetricsHelper* metrics_helper() const; |
void set_metrics_helper( |
- security_interstitials::MetricsHelper* metrics_helper); |
+ scoped_ptr<security_interstitials::MetricsHelper> metrics_helper); |
private: |
scoped_ptr<security_interstitials::MetricsHelper> metrics_helper_; |