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

Unified Diff: ios/web/shell/test/app/web_shell_test_util.mm

Issue 2446893004: [ObjC ARC] Converts ios/web/shell/test to ARC. (Closed)
Patch Set: Created 4 years, 2 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/shell/test/app/web_shell_test_util.mm
diff --git a/ios/web/shell/test/app/web_shell_test_util.mm b/ios/web/shell/test/app/web_shell_test_util.mm
index 23fbde6b5fbaf19657a0843ebefe7c3177917a4f..1a45a96468c9f716bfa75694115ce1a829402c71 100644
--- a/ios/web/shell/test/app/web_shell_test_util.mm
+++ b/ios/web/shell/test/app/web_shell_test_util.mm
@@ -8,6 +8,10 @@
#import "ios/web/shell/view_controller.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
namespace web {
namespace shell_test_util {

Powered by Google App Engine
This is Rietveld 408576698