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

Unified Diff: ios/web/web_state/ui/crw_wk_web_view_web_controller.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: Add header 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/web/web_state/ui/crw_wk_web_view_web_controller.h
diff --git a/ios/web/web_state/ui/crw_wk_web_view_web_controller.h b/ios/web/web_state/ui/crw_wk_web_view_web_controller.h
index 394f446879d0f2da52d6feaa0311b2487f737da5..4ee33ecb7a5682d238bdca6be8f24e7656d4ce52 100644
--- a/ios/web/web_state/ui/crw_wk_web_view_web_controller.h
+++ b/ios/web/web_state/ui/crw_wk_web_view_web_controller.h
@@ -11,7 +11,7 @@
@interface CRWWKWebViewWebController : CRWWebController
// Designated initializer.
-- (instancetype)initWithWebState:(scoped_ptr<web::WebStateImpl>)webState;
+- (instancetype)initWithWebState:(std::unique_ptr<web::WebStateImpl>)webState;
@end

Powered by Google App Engine
This is Rietveld 408576698