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

Unified Diff: ios/web/net/crw_ssl_status_updater_unittest.mm

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
« no previous file with comments | « ios/web/net/crw_cert_verification_controller.mm ('k') | ios/web/net/request_tracker_impl_unittest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/net/crw_ssl_status_updater_unittest.mm
diff --git a/ios/web/net/crw_ssl_status_updater_unittest.mm b/ios/web/net/crw_ssl_status_updater_unittest.mm
index d35fefe7687639bcb614406dc21e0dc06d1e35bb..4cb05ffa2455c6d27b54657f80b3a802e5001f4d 100644
--- a/ios/web/net/crw_ssl_status_updater_unittest.mm
+++ b/ios/web/net/crw_ssl_status_updater_unittest.mm
@@ -121,7 +121,7 @@ class CRWSSLStatusUpdaterTest : public web::WebTest {
base::scoped_nsobject<CRWSSLStatusUpdaterTestDataSource> data_source_;
base::scoped_nsprotocol<id> delegate_;
- scoped_ptr<web::NavigationManagerImpl> nav_manager_;
+ std::unique_ptr<web::NavigationManagerImpl> nav_manager_;
base::scoped_nsobject<CRWSSLStatusUpdater> ssl_status_updater_;
base::scoped_nsobject<NSArray> cert_chain_;
};
« no previous file with comments | « ios/web/net/crw_cert_verification_controller.mm ('k') | ios/web/net/request_tracker_impl_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698