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

Unified Diff: ios/chrome/browser/ssl/ios_ssl_blocking_page.h

Issue 1861593005: Convert //ios from scoped_ptr to std::unique_ptr. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase? 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: ios/chrome/browser/ssl/ios_ssl_blocking_page.h
diff --git a/ios/chrome/browser/ssl/ios_ssl_blocking_page.h b/ios/chrome/browser/ssl/ios_ssl_blocking_page.h
index be5b946371db93360a9f8cfdced8998b4126d848..c653a5e2e7e776713f0c38fcd779a29658e08f97 100644
--- a/ios/chrome/browser/ssl/ios_ssl_blocking_page.h
+++ b/ios/chrome/browser/ssl/ios_ssl_blocking_page.h
@@ -71,8 +71,8 @@ class IOSSSLBlockingPage : public IOSSecurityInterstitialPage {
// expired.
const bool expired_but_previously_allowed_;
- scoped_ptr<IOSChromeControllerClient> controller_;
- scoped_ptr<security_interstitials::SSLErrorUI> ssl_error_ui_;
+ std::unique_ptr<IOSChromeControllerClient> controller_;
+ std::unique_ptr<security_interstitials::SSLErrorUI> ssl_error_ui_;
DISALLOW_COPY_AND_ASSIGN(IOSSSLBlockingPage);
};
« no previous file with comments | « ios/chrome/browser/ssl/ios_chrome_security_state_model_client.h ('k') | ios/chrome/browser/ssl/ios_ssl_blocking_page.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698