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

Unified Diff: ios/web/webui/url_data_manager_ios_backend.mm

Issue 2340343002: [ARC] Converts part of ios/web/ui to ARC. (Closed)
Patch Set: Fixes unit test Created 4 years, 3 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/webui/shared_resources_data_source_ios.mm ('k') | ios/web/webui/url_data_source_ios.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/webui/url_data_manager_ios_backend.mm
diff --git a/ios/web/webui/url_data_manager_ios_backend.mm b/ios/web/webui/url_data_manager_ios_backend.mm
index 3429871e87e241c68d16ca105c22e17b7bfca1f8..38889c286d3967b394265818bad03abe1d39916c 100644
--- a/ios/web/webui/url_data_manager_ios_backend.mm
+++ b/ios/web/webui/url_data_manager_ios_backend.mm
@@ -36,6 +36,10 @@
#include "net/url_request/url_request_job_factory.h"
#include "url/url_util.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
using web::WebThread;
namespace web {
« no previous file with comments | « ios/web/webui/shared_resources_data_source_ios.mm ('k') | ios/web/webui/url_data_source_ios.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698