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

Unified Diff: ios/web/web_state/ui/wk_web_view_configuration_provider.h

Issue 2432363003: [ObjC ARC] Converts parts of ios/web/webstate to ARC. (Closed)
Patch Set: rebase Created 4 years, 1 month 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/wk_web_view_configuration_provider.h
diff --git a/ios/web/web_state/ui/wk_web_view_configuration_provider.h b/ios/web/web_state/ui/wk_web_view_configuration_provider.h
index 1059e135ddcb50205d3766d9f4a242928690a388..2465bbfd623886d456593475382e60d0a3c01695 100644
--- a/ios/web/web_state/ui/wk_web_view_configuration_provider.h
+++ b/ios/web/web_state/ui/wk_web_view_configuration_provider.h
@@ -49,8 +49,8 @@ class WKWebViewConfigurationProvider : public base::SupportsUserData::Data {
WKWebViewConfigurationProvider() = delete;
~WKWebViewConfigurationProvider() override;
- base::scoped_nsobject<WKWebViewConfiguration> configuration_;
- base::scoped_nsobject<CRWWKScriptMessageRouter> router_;
+ WKWebViewConfiguration* configuration_;
+ CRWWKScriptMessageRouter* router_;
// Result of |web::BrowserState::IsOffTheRecord| call.
bool is_off_the_record_;
« no previous file with comments | « ios/web/web_state/ui/wk_back_forward_list_item_holder.mm ('k') | ios/web/web_state/ui/wk_web_view_configuration_provider.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698