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

Unified Diff: ios/web/webui/crw_web_ui_manager.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/webui/crw_web_ui_manager.h
diff --git a/ios/web/webui/crw_web_ui_manager.h b/ios/web/webui/crw_web_ui_manager.h
index a4b805325d6485edecc7bdf0b50b67f62e64647a..8ed24be41b069c7271eb3f6aff84bf0bc68d56c6 100644
--- a/ios/web/webui/crw_web_ui_manager.h
+++ b/ios/web/webui/crw_web_ui_manager.h
@@ -31,9 +31,9 @@ class WebStateImpl;
// Returns URLFetcherBlockAdapter for fetching resource for URL. Can be
// overwritten by test classes to mock resource retrieval.
-- (scoped_ptr<web::URLFetcherBlockAdapter>)
- fetcherForURL:(const GURL&)URL
- completionHandler:(web::URLFetcherBlockAdapterCompletion)handler;
+- (std::unique_ptr<web::URLFetcherBlockAdapter>)
+ fetcherForURL:(const GURL&)URL
+completionHandler:(web::URLFetcherBlockAdapterCompletion)handler;
@end

Powered by Google App Engine
This is Rietveld 408576698