| Index: ios/chrome/browser/safe_browsing/safe_browsing_blocking_page.h
|
| diff --git a/ios/chrome/browser/safe_browsing/safe_browsing_blocking_page.h b/ios/chrome/browser/safe_browsing/safe_browsing_blocking_page.h
|
| index c99f4eb39b743c88b9e227f127449219917f6587..5eccb8901c634291b9288afb6abd6e4d70859265 100644
|
| --- a/ios/chrome/browser/safe_browsing/safe_browsing_blocking_page.h
|
| +++ b/ios/chrome/browser/safe_browsing/safe_browsing_blocking_page.h
|
| @@ -148,7 +148,7 @@ class SafeBrowsingBlockingPage : public IOSSecurityInterstitialPage {
|
| std::string GetRapporPrefix() const;
|
| std::string GetSamplingEventName() const;
|
|
|
| - scoped_ptr<IOSChromeControllerClient> controller_;
|
| + std::unique_ptr<IOSChromeControllerClient> controller_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(SafeBrowsingBlockingPage);
|
| };
|
|
|