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

Unified Diff: ios/web/shell/test/earl_grey/shell_base_test_case.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/earl_grey/shell_base_test_case.mm
diff --git a/ios/web/shell/test/earl_grey/shell_base_test_case.mm b/ios/web/shell/test/earl_grey/shell_base_test_case.mm
index e30ea64fbea7762d65a55216e8a844157c44857c..eb736d31a3111b2bb0e74011b1d4aec411058c00 100644
--- a/ios/web/shell/test/earl_grey/shell_base_test_case.mm
+++ b/ios/web/shell/test/earl_grey/shell_base_test_case.mm
@@ -9,6 +9,10 @@
#import "ios/web/public/test/http_server.h"
#import "ios/web/shell/test/earl_grey/shell_matchers.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
using web::test::HttpServer;
using web::webViewContainingText;

Powered by Google App Engine
This is Rietveld 408576698